3371*3372* @param string$message Email message.3373* @param string$key The activation key.3374* @param string$user_login The username for the user.3375* @param WP_User$user_data WP_User object.3376*/3377$message=apply_filters('retrieve_password_message',$message,$key,$user_login,$user_data);33783379// Short-circuit on falsey $message value for backwards compatibility.3380if(!$message){3381returntrue;3382}3383
History
Introduced in 2.8.0. Unchanged from 6.7.7 through 7.1.0.