ClassicPress logo
Skip to content
Filter by type:

Browse:

  • Home
  • Hooks
  • admin_email_confirm

do_action( 'admin_email_confirm', WP_Error $errors )

Fires before the admin email confirm form.


Parameters

$errors

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 on GitHub


Changelog

Changelog
Version Description
5.3.0 Introduced.
ClassicPress Documentation • Made with ClassicPress
Privacy Policy