文件名称:seo-rest-api-fields:BETA将SEO字段添加到WordPres REST API响应中,并允许通过API进行编辑
文件大小:10KB
文件格式:ZIP
更新时间:2024-06-08 10:44:51
PHP
REST API SEO字段 将SEO字段添加到帖子的响应中。 还允许由经过身份验证的用户进行更新。 该插件是提供的免费插件。 它不是WordPress SEO的官方附加组件,并且与WordPress SEO的制造商没有任何关联。 需要或更高版本。 需要 其他SEO插件? 目前,这仅适用于Yoast的WordPress SEO。 它可以与其他插件一起使用。 只需创建主类的新实例,然后传递其使用的标题和描述元字段即可。 if ( defined( 'REST_API_VERSION' ) && version_compare( REST_API_VERSION,'2.0-beta3', '>=' ) ) { //update these variables!!! $title_field = 'your_title_field';
【文件预览】:
seo-rest-api-fields-master
----Gruntfile.js(1KB)
----.travis.yml(340B)
----phpunit.xml(321B)
----README.md(2KB)
----seo-rest-api-fields.php(4KB)
----tests()
--------test-update.php(3KB)
--------test-post-response.php(3KB)
--------bootstrap.php(550B)
----readme.txt(3KB)
----bin()
--------install-wp-tests.sh(3KB)
----package.json(241B)