password_checker_tests, $tests
password_checker_tests, $tests
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('password_checker_tests, $tests') is found 1 times:
- /jetpack_vendor/automattic/jetpack-password-checker/src/class-password-checker.php line 267
* You can determine the tests run and their order based on whatever criteria you wish to specify. * * @param array $tests tests to run. */ $tests = apply_filters( 'password_checker_tests', $tests ); if ( ! $sections ) { return $tests; } $sections = (array) $sections;