跳到主要内容

WP Meta SEO开发人员文档

本文档将帮助有经验的开发人员使用我们的插件插入任何其他服务。 这是此插件的所有操作和过滤器,如果您需要更多,请随时使用此 专用论坛 询问 感谢您使用我们的插件!

wpms_add_custom_redirect

添加自定义重定向

参数:

string nonce

Return :

void

在文件中:

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

wpms_reload_analytics

重新加载分析

参数:

integer Post IDarray All the datas

Return :

void

在文件中:

公司/class.metaseo-admin.php 1929 行

wpms_save_sitemap_settings

保存站点地图设置

参数:

array Sitemap settings

Return :

void

在文件中:

inc/class.metaseo-sitemap.php 第 2907 行

wpms_scan_link

扫描链接

参数:

none

Return :

void

在文件中:

inc/class.metaseo-broken-link-table.php 第 1805 行

wpms_提交_站点地图

提交站点地图,如果博客未公开,则不要 ping。

参数:

string Sitemap URL

Return :

void

在文件中:

inc/class.metaseo-sitemap.php 第 2624 行

wpms_update_image_name

更新图像名称

参数:

integer Image IDstring Image new name

Return :

void

在文件中:

inc/class.metaseo-image-list-table.php 第 1901 行

wpms_update_link_follow

更新链接的 rel 属性的 follow/nofollow

参数:

integer Link IDinteger Link follow

Return :

void

在文件中:

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

wpms_update_page_follow

更新页面的 robots 元标记的 follow/nofollow

参数:

integer Page IDstring Page meta followinteger Page follow value

Return :

void

在文件中:

公司/class.metaseo-admin.php 第 2300 行

wpms_update_page_index

更新页面的机器人元标记的索引/无索引

参数:

integer Page IDstring Page meta indexinteger Page index value

Return :

void

在文件中:

公司/class.metaseo-admin.php 第 2269 行

debug_information

添加或修改调试信息。插件或主题可能希望引入自己的调试信息,而不创建额外的管理页面,他们可以利用此过滤器引入自己的部分或向现有部分添加更多数据。核心添加的部分的数组键都是带前缀的对于“wp-”,插件和主题应该使用自己的 slug 作为前缀,既是为了一致性,也是为了避免按键冲突。请注意,数组键用作复制数据的标签。除了可以包含内联 HTML 标记的 $description 之外,所有字符串都应为纯文本(见下文)。

参数:

array $info Information

Return :

void

在文件中:

jufeedback/ju-check-debug-data.php 第 1066 行

metaseo_manage_options_capability

允许更改用户需要查看设置页面的功能

参数:

none

Return :

string

在文件中:

公司/class.metaseo-admin.php 第 3875 行

wpms_save_sitemap_xml

在将站点地图保存到 xml 文件之前运行过滤器

参数:

object The current xml object

Return :

object

在文件中:

inc/class.metaseo-sitemap.php 第 1239 行

wpms_update_image_meta

在更新图像元之前过滤

参数:

string Meta valueinteger Image IDstring Meta keyarray Extra informations

Return :

string

在文件中:

inc/class.metaseo-image-list-table.php 行 1617 inc/class.metaseo-image-list-table.php 行 1637 inc/class.metaseo-admin.php 行 4534 inc/class.metaseo-admin.php第 4552 行inc/class.metaseo-admin.php 第 4595 行inc/class.metaseo-admin.php 第 4625 行

wpmsga_backenditem_uri

在发送API请求之前允许URL纠正

参数:

string URL

Return :

void

在文件中:

inc/class.metaseo-google-analytics.php 第 86 行