signup_header

ACTION wp-signup.php (ligne 35) github
Fires within the head section of the site sign-up screen.

Paramètres

Entrée :
N/A
Sortie :
N/A

Utilisation

// 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é');
}

Actualités

Chargement des actualités...