rss2_comments_ns

ACTION wp-includes\feed-rss2-comments.php (ligne 31) github
Fires at the end of the RSS root to add namespaces.

Paramètres

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

Utilisation

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

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

Actualités

Chargement des actualités...