Skip to content
This repository has been archived by the owner on Jan 10, 2019. It is now read-only.

Commit

Permalink
Enable Jetpack Force 2FA for all sites
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbetz committed Jan 9, 2017
1 parent 85a2f45 commit f835aa1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions vip-jetpack.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,5 @@
return $modules;
}, 999 );

if ( defined( 'WPCOM_VIP_FORCE_JETPACK_2FA' ) && true === WPCOM_VIP_FORCE_JETPACK_2FA ) {
add_filter( 'jetpack_force_2fa_dependency_notice', '__return_false' );
require_once( __DIR__ . '/jetpack-force-2fa/jetpack-force-2fa.php' );
}
add_filter( 'jetpack_force_2fa_dependency_notice', '__return_false' );
require_once( __DIR__ . '/jetpack-force-2fa/jetpack-force-2fa.php' );

0 comments on commit f835aa1

Please sign in to comment.