wpseek.com
A WordPress-centric search engine for devs and theme authors



admin_email_confirm › WordPress Action Hooks

Since5.3.0
Deprecatedn/a
do_action( 'admin_email_confirm', $errors )
Parameters:
  • (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.
    Required: Yes
Defined at:
Codex:

Fires before the admin email confirm form.





Source

do_action( 'admin_email_confirm', $errors );