jetpack_sso_bypass_login_forward_wpcom, false
jetpack_sso_bypass_login_forward_wpcom, false
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('jetpack_sso_bypass_login_forward_wpcom, false') is found 1 times:
- /jetpack_vendor/automattic/jetpack-connection/src/sso/class-helpers.php line 130
* @since jetpack-3.1.0 * * @param bool false Should the site's log in form be automatically forwarded to WordPress.com's log in form. */ return (bool) apply_filters( 'jetpack_sso_bypass_login_forward_wpcom', false ); } /** * Returns a boolean for whether the SSO login form should be displayed as the default * when both the default and SSO login form allowed. *