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