atom_author

ACTION wp-includes\feed-atom.php (ligne 70) github
Fires at the end of each Atom feed author entry.

Paramètres

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

Utilisation

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

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

Actualités

Chargement des actualités...