admin_email_confirm_form WordPress Action Hook
This action hook is triggered when an administrator confirms their email address. It can be used to perform custom actions when an administrator confirms their email address. For example, you could send a confirmation email to the administrator or display a message on the screen.
do_action( 'admin_email_confirm_form' ) #
Fires inside the admin-email-confirm-form form tags, before the hidden fields.