5194*5195* @since 2.7.05196*5197* @param bool$allow Whether to allow the password to be reset.Defaulttrue.5198* @param int$user_id The ID of the user attempting to reset a password.5199*/5200returnapply_filters('allow_password_reset',$allow,$user->ID);5201}5202
History
Introduced in 2.7.0. Unchanged from 6.7.7 through 7.1.0.