3310* Fires immediately after a comment has been removed from the object cache.3311*3312* @since 4.5.03313*3314* @param int$id Comment ID.3315*/3316do_action('clean_comment_cache',$id);3317}33183319wp_cache_set_comments_last_changed();3320}33213322/**
History
Introduced in 4.5.0. Unchanged from 6.7.7 through 7.1.0.