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