jetpack_force_2fa

jetpack_force_2fa

Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

apply_filters('jetpack_force_2fa') is found 1 times:

  • /vendor/automattic/jetpack-connection/src/sso/class-sso.php line 88
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    * @return bool
     */
    if (
        ! class_exists( 'Automattic\Jetpack\Connection\SSO\Force_2FA', false )
        && apply_filters( 'jetpack_force_2fa', false )
    ) {
        new Force_2FA();
    }
     
    /*
     * Allow admins to invite new users to create a WordPress.com account

See this hook used in plugins: