do_action( 'admin_email_confirm', WP_Error $errors )
Fires before the admin email confirm form.
Parameters
-
$errors
WP_Error -
A
WP_Error
object containing any errors generated by using invalid credentials. Note that the error object may not contain any errors.
Source
File: wp-login.php
.
View all references
do_action( 'admin_email_confirm', $errors );
Changelog
Version | Description |
---|---|
5.3.0 | Introduced. |