File "simple-payments.php"
Full path: /home/webcknlt/admissiontell.com/wp-content/plugins/jetpack/modules/simple-payments.php
File
size: 421 B (421 B bytes)
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor &nnbsp; Back
<?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();