Filters the localized weekday of the post, for display.
Filtre le jour de semaine localisé de l'article, pour affichage.
N/A
Sortie :
@param string $the_weekday_date The weekday on which the post was written. @param string $before The HTML to output before the date. @param string $after The HTML to output after the date.
add_action('wp_head', 'add_custom_meta_tags');
function add_custom_meta_tags() {
echo '' . PHP_EOL;
echo '' . PHP_EOL;
}
Chargement des actualités...