Prints scripts or data in the embed template head tag.
N/A
Sortie :
// 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é');
}
Chargement des actualités...