jetpack_force_2fa_dependency_notice

jetpack_force_2fa_dependency_notice

Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

apply_filters('jetpack_force_2fa_dependency_notice') is found 1 times:

  • /vendor/automattic/jetpack-connection/src/sso/class-force-2fa.php line 74
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    * @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',
            )
        );