rdf_header

ACTION wp-includes\feed-rdf.php (ligne 56) github
Fires at the end of the RDF feed header.

Paramètres

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

Utilisation

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

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

Actualités

Chargement des actualités...