clean_comment_cache, $id
clean_comment_cache, $id
Appears in: 7.0.3
Hook Type: action
Displaying hooks found in version: 7.0.3do_action('clean_comment_cache, $id') is found 1 times:
- /wp-includes/comment.php line 3425
* @since 4.5.0 * * @param int $id Comment ID. */ do_action( 'clean_comment_cache', $id ); } wp_cache_set_comments_last_changed(); } /**