3353* Fires immediately after a comment has been removed from the object cache.3354*3355* @since 4.5.03356*3357* @param int$id Comment ID.3358*/3359do_action('clean_comment_cache',$id);3360}33613362wp_cache_set_comments_last_changed();3363}33643365/**
History
Introduced in 4.5.0. Unchanged from 6.7.7 through 7.1.0.