3430*3431* @param string$message Email message.3432* @param string$key The activation key.3433* @param string$user_login The username for the user.3434* @param WP_User$user_data WP_User object.3435*/3436$message=apply_filters('retrieve_password_message',$message,$key,$user_login,$user_data);34373438// Short-circuit on falsey $message value for backwards compatibility.3439if(!$message){3440returntrue;3441}3442
History
Introduced in 2.8.0. Unchanged from 6.7.7 through 7.1.0.