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 IDarray 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 2907
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 2624
wpms_update_image_name
Update image name
Parameters :
integer Image IDstring Image new name
Return :
void
In files :
inc/class.metaseo-image-list-table.php line 1901
wpms_update_link_follow
Update follow/nofollow for rel attribute of a link
Parameters :
integer Link IDinteger Link follow
Return :
void
In files :
inc/class.metaseo-admin.php line 2329inc/class.metaseo-admin.php line 2397inc/class.metaseo-admin.php line 2440inc/class.metaseo-admin.php line 2420inc/class.metaseo-admin.php line 2463
wpms_update_page_follow
Update follow/nofollow for robots meta tag of a page
Parameters :
integer Page IDstring Page meta followinteger 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 IDstring Page meta indexinteger 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 pagesthey 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 asa prefix, both for consistency as well as avoiding key collisions. Note that the array keys are used as labelsfor 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 valueinteger Image IDstring Meta keyarray Extra informations
Return :
string
In files :
inc/class.metaseo-image-list-table.php line 1617inc/class.metaseo-image-list-table.php line 1637inc/class.metaseo-admin.php line 4534inc/class.metaseo-admin.php line 4552inc/class.metaseo-admin.php line 4595inc/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