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



trashed_comment › WordPress Action Hooks

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

Fires immediately after a comment is sent to Trash.





Source

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