wpseek.com
Uma área de pesquisa sobre o WordPress para devs e autores do tema



untrashed_comment › Hooks de Ações WordPress

Desde4.9.0
Obsoleton/a
do_action( 'untrashed_comment', $comment->comment_ID, $comment )
Parâmetros: (2)
  • (string) $comment_id The comment ID as a numeric string.
    Required: Yes
  • (WP_Comment) $comment The untrashed comment.
    Required: Yes
Definido em:
Codex:

Fires immediately after a comment is restored from the Trash.





Fonte

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