WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about admin_email_confirm

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-login.php do_action 621 /**
* Fires before the admin email confirm form.
*
* @since 5.3.0
*
* @param WP_Error $errors A `WP_Error` object containing any errors generated by using invalid
* credentials. Note that the error object may not contain any errors.
*/

Hook Parameters

Parameter Type Name Description
WP_Error $errors A `WP_Error` object containing any errors generated by using invalid