jetpack_force_2fa, false

jetpack_force_2fa, false

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('jetpack_force_2fa, false') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-connection/src/sso/class-sso.php line 107
    		 * @return bool
    		 */
    		if (
    			! class_exists( 'Automattic\Jetpack\Connection\SSO\Force_2FA', false )
    			&& apply_filters( 'jetpack_force_2fa', false )
    		) {
    			new Force_2FA();
    		}
    
    		/*
    		 * Allow admins to invite new users to create a WordPress.com account