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