better_password_min_length, $this->min_password_length
better_password_min_length, $this->min_password_length
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_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.