clean_network_cache

FUNCTION wp-includes\ms-network.php (ligne 69) github
Removes a network from the object cache.

Paramètres

Entrée :
$ids
Sortie :
@param int|array $ids Network ID or an array of network IDs to remove from cache.

Utilisation

// Utilisation de la fonction clean_network_cache
$result = clean_network_cache($ids);

if ($result) {
    // Votre logique ici
}

Actualités

Chargement des actualités...