Fires after the sign-up forms, before wp_footer.
N/A
Sortie :
// Ajouter une fonction au hook action 'after_signup_form'
add_action('after_signup_form', 'ma_fonction_personnalisee', 10, 1);
function ma_fonction_personnalisee() {
// Votre code ici
error_log('Hook after_signup_form déclenché');
}
Chargement des actualités...