5294*5295* @since 2.7.05296*5297* @param bool$allow Whether to allow the password to be reset.Defaulttrue.5298* @param int$user_id The ID of the user attempting to reset a password.5299*/5300returnapply_filters('allow_password_reset',$allow,$user->ID);5301}5302
History
Introduced in 2.7.0. Unchanged from 6.7.7 through 7.1.0.