jetpack_remove_login_form, get_option( jetpack_sso_remove_login_form, false
jetpack_remove_login_form, get_option( jetpack_sso_remove_login_form, false
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('jetpack_remove_login_form, get_option( jetpack_sso_remove_login_form, false') is found 1 times:
- /jetpack_vendor/automattic/jetpack-connection/src/sso/class-helpers.php line 35
* @since jetpack-3.1.0 * * @param bool get_option( 'jetpack_sso_remove_login_form', false ) Should the default log in form be removed. Default to false. */ return (bool) apply_filters( 'jetpack_remove_login_form', get_option( 'jetpack_sso_remove_login_form', false ) ); } /** * Returns a boolean value for whether logging in by matching the WordPress.com user email to a * Jetpack site user's email is allowed. *