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



untrash_comment › WordPress Action Hooks

Seit4.9.0
Veraltetn/v
do_action( 'untrash_comment', $comment->comment_ID, $comment )
Parameter: (2)
  • (string) $comment_id The comment ID as a numeric string.
    Erforderlich: Ja
  • (WP_Comment) $comment The comment to be untrashed.
    Erforderlich: Ja
Definiert in:
Codex:

Fires immediately before a comment is restored from the Trash.





Quellcode

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