jetpack_sso_require_two_step

jetpack_sso_require_two_step

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

apply_filters('jetpack_sso_require_two_step') is found 1 times:

  • /vendor/automattic/jetpack-connection/src/sso/class-helpers.php line 110
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
         * @since jetpack-2.8.0
         *
         * @param bool get_option( 'jetpack_sso_require_two_step' ) Does SSO require 2-step authentication?
         */
        return (bool) apply_filters( 'jetpack_sso_require_two_step', get_option( 'jetpack_sso_require_two_step', false ) );
    }
     
    /**
     * Returns a boolean for whether a user that is attempting to log in will be automatically
     * redirected to WordPress.com to begin the SSO flow.
     *

See this hook used in plugins: