the_weekday

FUNCTION wp-includes\general-template.php (ligne 3109) github
Filters the localized time a post was last modified.

Paramètres

Entrée :
N/A
Sortie :
@param string|int $time   Formatted date string or Unix timestamp if `$format` is 'U' or 'G'.
@param string     $format Format to use for retrieving the time the post was modified.
@param bool       $gmt    Whether to retrieve the GMT time. Default false.

Utilisation

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

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

Actualités

Chargement des actualités...