Action hook 'clean_comment_cache'

in WP Core File wp-includes/comment.php at line 3288

Description

Fires immediately after a comment has been removed from the object cache.

Occurrences

Filename Line Number
wp-includes/comment.php 3288

Parameters

Type Name Description
int $id Comment ID.

PHP Doc

/**
		 * Fires immediately after a comment has been removed from the object cache.
		 *
		 * @since 4.5.0
		 *
		 * @param int $id Comment ID.
		 */