Fires before the admin email confirm form.
Parameters
$errorsWP_Error- A
WP_Errorobject containing any errors generated by using invalid credentials. Note that the error object may not contain any errors.
Source
do_action( 'admin_email_confirm', $errors );
Changelog
| Version | Description |
|---|---|
| 5.3.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.