HEX
Server: Apache
System: Linux distracted-cartwright 5.4.0-90-generic #101-Ubuntu SMP Fri Oct 15 20:00:55 UTC 2021 x86_64
User: hvmbertogarza.com_s2ctmc9wn9 (10011)
PHP: 8.3.30
Disabled: opcache_get_status
Upload Files
File: /var/www/vhosts/hvmbertogarza.com/httpdocs/wp-content/plugins/jetpack/modules/simple-payments.php
<?php
/**
 * Simple Payments module loader.
 *
 * This file is not a typical module; the file is required from module-extras.php and thus always required
 * when the site is connected to WordPress.com. See $connected_tools in module-extras.php.
 *
 * @package automattic/jetpack
 */

use Automattic\Jetpack\Paypal_Payments\Simple_Payments;

if ( ! defined( 'ABSPATH' ) ) {
	exit( 0 );
}

Simple_Payments::get_instance();