| Server IP : 87.98.154.146 / Your IP : 216.73.216.165 Web Server : Apache System : Linux webm004.cluster126.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64 User : ohklomafyi ( 52085) PHP Version : 7.4.33 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/ohklomafyi/www/wp-content/plugins/jetpack/modules/ |
Upload File : |
<?php // phpcs:ignore WordPress.Files.FileName.InvalidClassFileName
/**
* Module Name: Secure Sign On
* Module Description: Allow users to log in to this site using WordPress.com accounts
* Sort Order: 30
* Recommendation Order: 5
* First Introduced: 2.6
* Requires Connection: Yes
* Requires User Connection: Yes
* Auto Activate: No
* Module Tags: Developers
* Feature: Security
* Additional Search Queries: sso, single sign on, login, log in, 2fa, two-factor
*
* @package automattic/jetpack
*/
use Automattic\Jetpack\Connection\SSO;
SSO::get_instance();
add_action(
'jetpack_modules_loaded',
function () {
Jetpack::enable_module_configurable( __FILE__ );
}
);
/**
* Legacy, deprecated class.
*
* @deprecated 13.5
*/
class Jetpack_SSO extends SSO {}