3757* Fires immediately after a comment has been removed from the object cache.3758*3759* @since 4.5.03760*3761* @param int$id Comment ID.3762*/3763do_action('clean_comment_cache',$id);3764}37653766wp_cache_set_comments_last_changed();3767}37683769/**
History
Introduced in 4.5.0. Unchanged from 6.7.7 through 7.1.0.