jetpack_force_2fa_dependency_notice, true
jetpack_force_2fa_dependency_notice, true
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('jetpack_force_2fa_dependency_notice, true') is found 1 times:
- /jetpack_vendor/automattic/jetpack-connection/src/sso/class-force-2fa.php line 76
* @return bool * @since jetpack-12.7 * @module SSO */ if ( apply_filters( 'jetpack_force_2fa_dependency_notice', true ) && current_user_can( $this->role ) ) { wp_admin_notice( esc_html__( 'Jetpack Force 2FA requires Jetpack’s SSO feature.', 'jetpack-connection' ), array( 'type' => 'warning', ) );