Fires before the Site Activation page is loaded.
N/A
Sortie :
// Ajouter une fonction au hook action 'activate_header'
add_action('activate_header', 'ma_fonction_personnalisee', 10, 1);
function ma_fonction_personnalisee() {
// Votre code ici
error_log('Hook activate_header déclenché');
}
Chargement des actualités...