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 1986
wpms_reload_analytics
Reload analytics
Parameters :
integer Post ID
array All the datas
Return :
void
In files :
inc/class.metaseo-admin.php line 1595
wpms_save_sitemap_settings
Save sitemap settings
Parameters :
array Sitemap settings
Return :
void
In files :
inc/class.metaseo-sitemap.php line 2817
wpms_scan_link
Scan link
Parameters :
none
Return :
void
In files :
inc/class.metaseo-broken-link-table.php line 1804
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 2541
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 1891
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 1914
inc/class.metaseo-admin.php line 1982
inc/class.metaseo-admin.php line 2025
inc/class.metaseo-admin.php line 2005
inc/class.metaseo-admin.php line 2048
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 1885
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 1854
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 1061
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 2853
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 1202
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 1607
inc/class.metaseo-image-list-table.php line 1627
inc/class.metaseo-admin.php line 3569
inc/class.metaseo-admin.php line 3587
inc/class.metaseo-admin.php line 3629
inc/class.metaseo-admin.php line 3659
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 82