3338*3339* @param string$message Email message.3340* @param string$key The activation key.3341* @param string$user_login The username for the user.3342* @param WP_User$user_data WP_User object.3343*/3344$message=apply_filters('retrieve_password_message',$message,$key,$user_login,$user_data);33453346// Short-circuit on falsey $message value for backwards compatibility.3347if(!$message){3348returntrue;3349}3350
History
Introduced in 2.8.0. Unchanged from 6.7.7 through 7.1.0.