jetpack_sso_require_two_step, get_option( jetpack_sso_require_two_step, false
jetpack_sso_require_two_step, get_option( jetpack_sso_require_two_step, false
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('jetpack_sso_require_two_step, get_option( jetpack_sso_require_two_step, false') is found 1 times:
- /jetpack_vendor/automattic/jetpack-connection/src/sso/class-helpers.php line 111
* @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. *