Fires at the end of the Atom comment feed header.
N/A
Sortie :
// Ajouter une fonction au hook action 'comments_atom_head'
add_action('comments_atom_head', 'ma_fonction_personnalisee', 10, 1);
function ma_fonction_personnalisee() {
// Votre code ici
error_log('Hook comments_atom_head déclenché');
}
Chargement des actualités...