jetpack_sso_default_to_sso_login, true
jetpack_sso_default_to_sso_login, true
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('jetpack_sso_default_to_sso_login, true') is found 1 times:
- /jetpack_vendor/automattic/jetpack-connection/src/sso/class-helpers.php line 155
* @since jetpack-4.1.0 * * @param bool true Should the SSO login form be displayed by default when the default login form is also enabled? */ return (bool) apply_filters( 'jetpack_sso_default_to_sso_login', true ); } /** * Returns a boolean for whether the two step required checkbox, displayed on the Jetpack admin page, should be disabled. * * @since jetpack-4.1.0