如何获取家长评论的ID?

时间:2020-02-28 作者:Winston

我正试图用Ajax请求在Wordpress中提交评论,但我很难获得父评论的id。有什么函数可以用来获取它们吗?

1 个回复
SO网友:Zeth

因为您使用的是Ajax,所以我会从RESTAPI中获取当前的注释,然后get the parent 从那以后。

相关推荐

为什么wp_ajax挂钩不起作用?

我需要使用POST方法从Ajax表单执行Php函数。有没有其他方法代替ajax挂钩?挂钩不执行。始终返回0。怎么了?这是我的ajax。js公司\'use strict\'; const url = test.ajaxUrl; const data = { action: \'ajax_request\', username: \'example\' }; async function Start(url, data) {&#x