jetpack_password_checker_tests, $tests

jetpack_password_checker_tests, $tests

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('jetpack_password_checker_tests, $tests') is found 1 times:

  • /_inc/lib/class.jetpack-password-checker.php line 278
    		 * @since 7.2.0
    		 *
    		 * @param array $minimum_entropy_bits minimum entropy bits requirement.
    		 */
    		$tests = apply_filters( 'jetpack_password_checker_tests', $tests );
    
    		if ( ! $sections ) {
    			return $tests;
    		}
    
    		$sections = (array) $sections;