WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about clean_comment_cache

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/comment.php do_action 3282 /**
* Fires immediately after a comment has been removed from the object cache.
*
* @since 4.5.0
*
* @param int $id Comment ID.
*/

Hook Parameters

Parameter Type Name Description
int $id Comment ID.