Fires inside the HTML tag in the admin header.
N/A
Sortie :
// Ajouter une fonction au hook action 'admin_xml_ns'
add_action('admin_xml_ns', 'ma_fonction_personnalisee', 10, 1);
function ma_fonction_personnalisee() {
// Votre code ici
error_log('Hook admin_xml_ns déclenché');
}
Chargement des actualités...