$instance
$instance
Module Name: Jetpack Single Sign On Module Description: Let users login with their WordPress.com Credentials Sort Order: 50 First Introduced: 2.6 Requires Connection: Yes Auto Activate: No Module Tags: Developers
get_instance() : \Jetpack_SSO
Returns the single instance of the Jetpack_SSO object
wants_to_login() : boolean
Checks to determine if the user wants to login on wp-login
This function mostly exists to cover the exceptions to login that may exist as other parameters to $_GET[action] as $_GET[action] does not have to exist. By default WordPress assumes login if an action is not set, however this may not be true, as in the case of logout where $_GET[loggedout] is instead set