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.


Source

File: wp-login.php

View on Trac


Top ↑

Changelog

Changelog
VersionDescription
5.3.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.