3411*3412* @param string$message Email message.3413* @param string$key The activation key.3414* @param string$user_login The username for the user.3415* @param WP_User$user_data WP_User object.3416*/3417$message=apply_filters('retrieve_password_message',$message,$key,$user_login,$user_data);34183419// Short-circuit on falsey $message value for backwards compatibility.3420if(!$message){3421returntrue;3422}3423
History
Introduced in 2.8.0. Unchanged from 6.7.7 through 7.1.0.