Fires within the head section of the site sign-up screen.
N/A
Sortie :
// Ajouter une fonction au hook action 'signup_header'
add_action('signup_header', 'ma_fonction_personnalisee', 10, 1);
function ma_fonction_personnalisee() {
// Votre code ici
error_log('Hook signup_header déclenché');
}
Chargement des actualités...