wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



comment_reply_to_unapproved_comment › WordPress Action Hooks

Seit6.2.0
Veraltetn/v
do_action( 'comment_reply_to_unapproved_comment', $comment_post_id, $comment_parent )
Parameter: (2)
  • (int) $comment_post_id Post ID.
    Erforderlich: Ja
  • (int) $comment_parent Parent comment ID.
    Erforderlich: Ja
Definiert in:
Codex:

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





Quellcode

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