1574* @since 2.9.01575* @since 4.9.0 Added the `$comment` parameter.1576*1577* @param string$comment_id The comment IDas a numeric string.1578* @param WP_Comment$comment The trashed comment.1579*/1580do_action('trashed_comment',$comment->comment_ID,$comment);15811582returntrue;1583}15841585returnfalse;1586}
History
Introduced in 2.9.0. Unchanged from 6.7.7 through 7.1.0.