Filters the message body of the password reset mail.
Description
If the filtered message is empty, the password reset email will not be sent.
Parameters
Source
$message = apply_filters( 'retrieve_password_message', $message, $key, $user_login, $user_data );
You have to add the following piece of code into your Child’s Theme file “functions.php” and update the file.