lostpassword_form

ACTION wp-login.php (ligne 909) github
Fires inside the lostpassword form tags, before the hidden fields.

Paramètres

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

Utilisation

// Ajouter une fonction au hook action 'lostpassword_form'
add_action('lostpassword_form', 'ma_fonction_personnalisee', 10, 1);

function ma_fonction_personnalisee() {
    // Votre code ici
    error_log('Hook lostpassword_form déclenché');
}

Actualités

Chargement des actualités...