jetpack_force_2fa_cap
jetpack_force_2fa_cap
Appears in: jetpack.12.7.1, jetpack.12.8, jetpack.12.8.1, jetpack.12.9, jetpack.12.9.3, jetpack.13.0, jetpack.13.1.1, jetpack.13.1.3, jetpack.13.2, jetpack.13.2.1, jetpack.13.3.1, jetpack.13.5, jetpack.13.6, jetpack.13.7, jetpack.13.8, jetpack.13.8.1, jetpack.13.9.1, jetpack.14.0, woocommerce.9.3.1, woocommerce.9.3.3, woocommerce.9.4.2
Hook Type: filter
Displaying hooks found in version: woocommerce.9.4.2apply_filters('jetpack_force_2fa_cap') is found 1 times:
- /vendor/automattic/jetpack-connection/src/sso/class-force-2fa.php line 50
* @return string * @since jetpack-12.7 * @module SSO */ $this->role = apply_filters( 'jetpack_force_2fa_cap', 'manage_options' ); // Bail if Jetpack SSO is not active if ( ! ( new Modules() )->is_active( 'sso' ) ) { add_action( 'admin_notices', array( $this, 'admin_notice' ) ); return; }