trashed_post_comments, $post_id, $statuses
trashed_post_comments, $post_id, $statuses
Appears in: 7.0.3
Hook Type: action
Displaying hooks found in version: 7.0.3do_action('trashed_post_comments, $post_id, $statuses') is found 1 times:
- /wp-includes/post.php line 4236
* * @param int $post_id Post ID. * @param array $statuses Array of comment statuses. */ do_action( 'trashed_post_comments', $post_id, $statuses ); return $result; } /** * Restores comments for a post from the Trash.