do_action( ‘admin_email_confirm’, WP_Error $errors )

In this article

Fires before the admin email confirm form.

Parameters

$errorsWP_Error
A WP_Error object 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

VersionDescription
5.3.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.