WordPress.org

Codex

Interested in functions, hooks, classes, or methods? Check out the new WordPress Code Reference!

Function Reference/clean comment cache

Description

Removes comment ID from the comment cache.

Usage

<?php clean_comment_cache$ids ?>

Parameters

$ids
(integer|array) (required) Comment ID or array of comment IDs to remove from cache
Default: None

Return Values

(void) 
This function does not return a value.

Examples

Notes

Change Log

Since: 2.3.0

Source File

clean_comment_cache() is located in wp-includes/comment.php.

Related