embed_head

ACTION wp-includes\theme-compat\header-embed.php (ligne 29) github
Prints scripts or data in the embed template head tag.

Paramètres

Entrée :
N/A
Sortie :
N/A

Utilisation

// Ajouter une fonction au hook action 'embed_head'
add_action('embed_head', 'ma_fonction_personnalisee', 10, 1);

function ma_fonction_personnalisee() {
    // Votre code ici
    error_log('Hook embed_head déclenché');
}

Actualités

Chargement des actualités...