jetpack_account_protection_validation_max_length
jetpack_account_protection_validation_max_length
Appears in: jetpack.16.0
Hook Type: filter
Displaying hooks found in version: jetpack.16.0apply_filters('jetpack_account_protection_validation_max_length') is found 1 times:
- /jetpack_vendor/automattic/jetpack-account-protection/src/class-validation-service.php line 241
* @since 0.3.4 * * @param int $max_length The maximum allowed password length. */ $max_length = (int) apply_filters( 'jetpack_account_protection_validation_max_length', Config::VALIDATION_SERVICE_MAX_LENGTH ); return max( Config::VALIDATION_SERVICE_MAX_LENGTH, $max_length ); } /** * Check if the password matches any user data. *