wp_auth_check_load

FUNCTION wp-includes\functions.php (ligne 7405) github
Filters whether the given date is valid for the Gregorian calendar.

Paramètres

Entrée :
N/A
Sortie :
@param bool   $checkdate   Whether the given date is valid.
@param string $source_date Date to check.

Utilisation

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

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

Actualités

Chargement des actualités...