jetpack_force_2fa

jetpack_force_2fa

Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.9.4.2

apply_filters('jetpack_force_2fa') is found 1 times:

  • /vendor/automattic/jetpack-connection/src/sso/class-sso.php line 88
    		 * @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
    

See this hook used in plugins: