apply_filters( 'send_retrieve_password_email', bool $send , string $user_login , WP_User $user_data )
Filters whether to send the retrieve password email.
Description
Return false to disable sending the email.
Parameters
Source
File: wp-includes/user.php
Changelog
| Version | Description |
|---|---|
| 6.0.0 | Introduced. |