jetpack_sso_match_by_email, $match_by_email
jetpack_sso_match_by_email, $match_by_email
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('jetpack_sso_match_by_email, $match_by_email') is found 1 times:
- /jetpack_vendor/automattic/jetpack-connection/src/sso/class-helpers.php line 56
* @since jetpack-2.6.0 * * @param bool $match_by_email Should we link the local account to an account on WordPress.com using the same email address. Default to false. */ return (bool) apply_filters( 'jetpack_sso_match_by_email', $match_by_email ); } /** * Returns a boolean for whether users are allowed to register on the Jetpack site with SSO, * even though the site disallows normal registrations. *