3277*3278* @param string$message Email message.3279* @param string$key The activation key.3280* @param string$user_login The username for the user.3281* @param WP_User$user_data WP_User object.3282*/3283$message=apply_filters('retrieve_password_message',$message,$key,$user_login,$user_data);32843285// Short-circuit on falsey $message value for backwards compatibility.3286if(!$message){3287returntrue;3288}3289
History
Introduced in 2.8.0. Unchanged from 6.7.7 through 7.1.0.