embed_footer

ACTION wp-includes\theme-compat\footer-embed.php (ligne 18) github
Prints scripts or data before the closing body tag in the embed template.

Paramètres

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

Utilisation

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

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

Actualités

Chargement des actualités...