jetpack_force_2fa

jetpack_force_2fa

Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: jetpack.13.3.1

apply_filters('jetpack_force_2fa') is found 1 times:

  • /modules/sso.php line 86
    		 * @since 12.7
    		 * @module SSO
    		 * @return bool
    		 */
    		if ( ! class_exists( 'Jetpack_Force_2FA' ) && apply_filters( 'jetpack_force_2fa', false ) ) {
    			// Checking for the class to avoid collisions with existing standalone Jetpack Force 2FA plugin and break out if so.
    			require_once JETPACK__PLUGIN_DIR . 'modules/sso/class-jetpack-force-2fa.php';
    			new Jetpack_Force_2FA();
    		}
    
    		/*
    

See this hook used in plugins: