jetpack_password_checker_restricted_strings, array(

jetpack_password_checker_restricted_strings, array(

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('jetpack_password_checker_restricted_strings, array(') is found 1 times:

  • /_inc/lib/class.jetpack-password-checker.php line 102
    		 * @since 7.2.0
    		 *
    		 * @param array $restricted_passwords strings that are forbidden for use as passwords.
    		 */
    		$this->common_passwords = apply_filters( 'jetpack_password_checker_restricted_strings', array() );
    
    		if ( $user === null ) {
    			$this->user_id = get_current_user_id();
    		} elseif ( is_object( $user ) && isset( $user->ID ) ) {
    
    			// Existing user, using their ID.