WordPress - 使用版本2使用rest API回复评论

时间:2016-08-15 11:50:34

标签: wordpress wordpress-rest-api

如何使用版本2的WordPress rest API发送评论回复评论?

我做了很多关于版本2的WordPress rest API的搜索,但是我找不到合适的解决方案。

1 个答案:

答案 0 :(得分:0)

在WordPress中"回复"是带有父ID的评论。

您可以添加参数" parent"评论请求。

如果评论是回复,您只需发送带有参数" parent"的评论。在请求中。父级是回复的评论的ID。

在文档中插入评论的example中,评论父母是0,因为它是主要评论。要插入回复 - 您将回复的评论ID添加为父ID。 https://codex.wordpress.org/Function_Reference/wp_insert_comment