wpseek.com
A WordPress-centric search engine for devs and theme authors



comment_reply_to_unapproved_comment › WordPress Action Hooks

Since6.2.0
Deprecatedn/a
do_action( 'comment_reply_to_unapproved_comment', $comment_post_id, $comment_parent )
Parameters: (2)
  • (int) $comment_post_id Post ID.
    Required: Yes
  • (int) $comment_parent Parent comment ID.
    Required: Yes
Defined at:
Codex:

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





Source

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