do_action( 'clean_comment_cache', int $id )

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


Parameters

$id

(int) Comment ID.


Source

File: wp-includes/comment.php

View on GitHub



Changelog

Changelog
Version Description
WP-4.5.0 Introduced.