3416* Fires immediately after a comment has been removed from the object cache.3417*3418* @since 4.5.03419*3420* @param int$id Comment ID.3421*/3422do_action('clean_comment_cache',$id);3423}34243425wp_cache_set_comments_last_changed();3426}34273428/**
History
Introduced in 4.5.0. Unchanged from 6.7.7 through 7.1.0.