Fires at the beginning of the content section in an admin page.
N/A
Sortie :
// Ajouter une fonction au hook action 'in_admin_header'
add_action('in_admin_header', 'ma_fonction_personnalisee', 10, 1);
function ma_fonction_personnalisee() {
// Votre code ici
error_log('Hook in_admin_header déclenché');
}
Chargement des actualités...