Removes a comment from the object cache.
$ids
Sortie :
@param int|array $ids Comment ID or an array of comment IDs to remove from cache.
// Utilisation de la fonction clean_comment_cache
$result = clean_comment_cache($ids);
if ($result) {
// Votre logique ici
}
Chargement des actualités...