recovery_email_support_info WordPress Filter Hook
The recovery_email_support_info hook is used to provide information about email recovery for a user. This hook is used by the WordPress core when a user attempts to recover their password.
apply_filters( 'recovery_email_support_info', string $message ) #
Filters the support message sent with the the fatal error protection email.
Parameters
- $message
(string)The Message to include in the email.
Source
Changelog
Version | Description |
---|---|
5.2.0 | Introduced. |