atom_comments_ns

ACTION wp-includes\feed-atom-comments.php (ligne 27) github
Fires inside the feed tag in the Atom comment feed.

Paramètres

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

Utilisation

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

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

Actualités

Chargement des actualités...