Skip to main content

WP Meta SEO Developer Documentation

This documentation will help experienced developers to plug any other service with our plugin. Here are all actions and filters for this plugin, if you need some more, feel free to ask by using this for dedicated forum. Thanks for using our plugin!

wpms_add_custom_redirect

Add custom redirect

Parameters :

string nonce

Return :

void

In files :

inc/class.metaseo-broken-link-table.php line 1987

wpms_reload_analytics

Reload analytics

Parameters :

integer Post ID
array All the datas

Return :

void

In files :

inc/class.metaseo-admin.php line 1929

wpms_save_sitemap_settings

Save sitemap settings

Parameters :

array Sitemap settings

Return :

void

In files :

inc/class.metaseo-sitemap.php line 2899

wpms_scan_link

Scan link

Parameters :

none

Return :

void

In files :

inc/class.metaseo-broken-link-table.php line 1805

wpms_submit_sitemap

Submit sitemaps, don't ping if blog is not public.

Parameters :

string Sitemap URL

Return :

void

In files :

inc/class.metaseo-sitemap.php line 2616

wpms_update_image_name

Update image name

Parameters :

integer Image ID
string Image new name

Return :

void

In files :

inc/class.metaseo-image-list-table.php line 1883

wpms_update_link_follow

Update follow/nofollow for rel attribute of a link

Parameters :

integer Link ID
integer Link follow

Return :

void

In files :

inc/class.metaseo-admin.php line 2329
inc/class.metaseo-admin.php line 2397
inc/class.metaseo-admin.php line 2440
inc/class.metaseo-admin.php line 2420
inc/class.metaseo-admin.php line 2463

wpms_update_page_follow

Update follow/nofollow for robots meta tag of a page

Parameters :

integer Page ID
string Page meta follow
integer Page follow value

Return :

void

In files :

inc/class.metaseo-admin.php line 2300

wpms_update_page_index

Update index/noindex for robots meta tag of a page

Parameters :

integer Page ID
string Page meta index
integer Page index value

Return :

void

In files :

inc/class.metaseo-admin.php line 2269

debug_information

Add or modify the debug information.
Plugin or themes may wish to introduce their own debug information without creating additional admin pages
they can utilize this filter to introduce their own sections or add more data to existing sections.
Array keys for sections added by core are all prefixed with `wp-`, plugins and themes should use their own slug as
a prefix, both for consistency as well as avoiding key collisions. Note that the array keys are used as labels
for the copied data.
All strings are expected to be plain text except $description that can contain inline HTML tags (see below).

Parameters :

array $info Information

Return :

void

In files :

jufeedback/ju-check-debug-data.php line 1066

metaseo_manage_options_capability

Allow changing the capability users need to view the settings pages

Parameters :

none

Return :

string

In files :

inc/class.metaseo-admin.php line 3875

wpms_save_sitemap_xml

Filter run before save sitemap to xml file

Parameters :

object The current xml object

Return :

object

In files :

inc/class.metaseo-sitemap.php line 1239

wpms_update_image_meta

Filter before update meta for image

Parameters :

string Meta value
integer Image ID
string Meta key
array Extra informations

Return :

string

In files :

inc/class.metaseo-image-list-table.php line 1599
inc/class.metaseo-image-list-table.php line 1619
inc/class.metaseo-admin.php line 4534
inc/class.metaseo-admin.php line 4552
inc/class.metaseo-admin.php line 4595
inc/class.metaseo-admin.php line 4625

wpmsga_backenditem_uri

Allow URL correction before sending an API request

Parameters :

string URL

Return :

void

In files :

inc/class.metaseo-google-analytics.php line 86