clean_comment_cache, $id

clean_comment_cache, $id

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: 7.0.3

do_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();
    }
    
    /**