wpseek.com
WordPress开发者和主题制作者的搜索引擎



comment_reply_to_unapproved_comment › WordPress动作钩子

Since6.2.0
已弃用n/a
do_action( 'comment_reply_to_unapproved_comment', $comment_post_id, $comment_parent )
参数: (2)
  • (int) $comment_post_id Post ID.
    Required: Yes
  • (int) $comment_parent Parent comment ID.
    Required: Yes
定义在:
文档:

Fires when a comment reply is attempted to an unapproved comment.





源码

do_action( 'comment_reply_to_unapproved_comment', $comment_post_id, $comment_parent );