wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



untrashed_comment › WordPress Action Hooks

Da4.9.0
Deprecaton/a
do_action( 'untrashed_comment', $comment->comment_ID, $comment )
Parametri: (2)
  • (string) $comment_id The comment ID as a numeric string.
    Richiesto:
  • (WP_Comment) $comment The untrashed comment.
    Richiesto:
Definito a:
Codex:

Fires immediately after a comment is restored from the Trash.





Sorgenti

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