better_password_min_length, $this->min_password_length

better_password_min_length, $this->min_password_length

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('better_password_min_length, $this->min_password_length') is found 1 times:

  • /_inc/lib/class.jetpack-password-checker.php line 120
     
    		} else {
    			$this->user_id = $user;
    		}
    		$this->min_password_length = apply_filters( 'better_password_min_length', $this->min_password_length );
    	}
    
    	/**
    	 * Run tests against a password.
    	 *
    	 * @param String  $password      the tested string.