send_retrieve_password_email WordPress Filter Hook
The send_retrieve_password_email Wordpress hook allows you to send a password reset email to a user. This email will contain a link that the user can click on to reset their password.
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. |