password_checker_minimum_password_length, $this->minimum_password_length

password_checker_minimum_password_length, $this->minimum_password_length

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('password_checker_minimum_password_length, $this->minimum_password_length') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-password-checker/src/class-password-checker.php line 116
    		 * You can modify the minimum password length using this filter.
    		 *
    		 * @param int $minimum_password_length minimum password length.
    		 */
    		$this->minimum_password_length = apply_filters( 'password_checker_minimum_password_length', $this->minimum_password_length );
    
    		/**
    		 * Filters the password strength enforcement settings.
    		 *
    		 * You can modify the minimum entropy bits requirement using this filter.
    		 *