Filters whether to send the retrieve password email.
Description
Return false to disable sending the email.
Parameters
Source
if ( ! apply_filters( 'send_retrieve_password_email', true, $user_login, $user_data ) ) {
Changelog
Version | Description |
---|---|
6.0.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.