Filter to include Force 2FA feature. By default, `manage_options` users are forced when enable. The capability can be modified with the `jetpack_force_2fa_cap` filter. To enable the feature, add the following code: add_filter( ‘jetpack_force_2fa’, ‘__return_true’ );
Parameters
- $force_2fa
bool
Whether to force 2FA or not.
Changelog
- Introduced in Jetpack jetpack-12.7