Fires inside the admin-email-confirm-form form tags, before the hidden fields.
wp-login.php:677file scope <?php /** * Fires inside the admin-email-confirm-form form tags, before the hidden fields. * * @since 5.3.0 */ do_action( 'admin_email_confirm_form' ); wp_nonce_field( 'confirm_admin_email', 'confirm_admin_email_nonce' ); ?> <input type="hidden" name="redirect_to" value="<?php echo esc_attr( $redirect_to ); ?>" /> Introduced in 5.3.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.