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



untrashed_comment › WordPress Action Hooks

Since4.9.0
Deprecatedn/a
do_action( 'untrashed_comment', $comment->comment_ID, $comment )
Parameters: (2)
  • (string) $comment_id The comment ID as a numeric string.
    Required: Yes
  • (WP_Comment) $comment The untrashed comment.
    Required: Yes
Defined at:
Codex:

Fires immediately after a comment is restored from the Trash.





Source

do_action( 'untrashed_comment', $comment->comment_ID, $comment );