Fires when hidden sign-up form fields output when creating another site or user.
'create-another-site'
Sortie :
@param string $context A string describing the steps of the sign-up process. The value can be
// Ajouter une fonction au hook action 'signup_hidden_fields'
add_action('signup_hidden_fields', 'ma_fonction_personnalisee', 10, 1);
function ma_fonction_personnalisee('create-another-site') {
// Votre code ici
error_log('Hook signup_hidden_fields déclenché');
}
Chargement des actualités...