Filters the localized time a post was last modified.
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 de la fonction the_weekday
$result = the_weekday();
if ($result) {
// Votre logique ici
}
Chargement des actualités...