wp_head

ACTION wp-includes\general-template.php (ligne 3183) github
Filters the localized weekday of the post, for display.
traduction française
Filtre le jour de semaine localisé de l'article, pour affichage.

Paramètres

Entrée :
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.

Utilisation

Ajouter du contenu à la balise head

Action pour injecter du code dans la section head.

frontend technical
add_action('wp_head', 'add_custom_meta_tags');
function add_custom_meta_tags() {
    echo '' . PHP_EOL;
    echo '' . PHP_EOL;
}

Actualités

Chargement des actualités...