Action hook 'admin_email_confirm'

in WP Core File wp-login.php at line 665

Description

Fires before the admin email confirm form.

Occurrences

Filename Line Number
wp-login.php 665

Parameters

Type Name Description
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.

PHP Doc

/**
		 * 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.
		 */