recovery_email_debug_info WordPress Filter Hook

The recovery_email_debug_info hook is used to provide debug information about the email sent during the password recovery process. This information can be useful for troubleshooting issues with the password recovery email.

apply_filters( 'recovery_email_debug_info', array $message ) #

Filters the debug information included in the fatal error protection email.


Parameters

$message

(array)An associative array of debug information.


Top ↑

Source

File: wp-includes/class-wp-recovery-mode-email-service.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.