nocache_headers

FUNCTION wp-includes\functions.php (ligne 1512) github
Filters the cache-controlling HTTP headers that are used to prevent caching.

Paramètres

Entrée :
N/A
Sortie :
@param array $headers Header names and field values.

Utilisation

// Utilisation de la fonction nocache_headers
$result = nocache_headers();

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

Actualités

Chargement des actualités...