Fires inside the lostpassword form tags, before the hidden fields.
N/A
Sortie :
// 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é');
}
Chargement des actualités...