ping_status in JSON REST API

时间:2018-01-17 作者:Banee Ishaque K

What is ping_status in JSON schema of wordpress REST API? And what is it\'s use cases?. 官方文件对此没有太多解释——Posts|REST API Handbook.

1 个回复
最合适的回答,由SO网友:Jack Song 整理而成

根据WordPress Codex, Ping告诉我们Whether the current post is open for pings.

用人类的话来说,A ping is a “this site has new content” notification 这会邀请搜索引擎机器人访问您的博客。

有关更多信息,请查看this blog article.

结束