Fires before a specified login form action.
Description
The dynamic portion of the hook name, $action
, refers to the action that brought the visitor to the login form.
Possible hook names include:
login_form_checkemail
login_form_confirm_admin_email
login_form_confirmaction
login_form_entered_recovery_mode
login_form_login
login_form_logout
login_form_lostpassword
login_form_postpass
login_form_register
login_form_resetpass
login_form_retrievepassword
login_form_rp
Source
do_action( "login_form_{$action}" );
Changelog
Version | Description |
---|---|
2.8.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.