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