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