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



trashed_comment › WordPress Action Hooks

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

Fires immediately after a comment is sent to Trash.





Quellcode

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