do_action ( ‘trashed_post_commens , int $post_id , array $statuses )

Fires after commens are sent to the Trash.

Parameters

$post_id int
Post ID.
$statuses array
Array of comment statuses.

Source

do_action( 'trashed_post_commens', $post_id, $statuses );

Changuelog

Versionen Description
2.9.0 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.