Server IP : 162.0.217.223 / Your IP : 216.73.216.153 Web Server : LiteSpeed System : Linux premium269.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : mypckeys ( 1539) PHP Version : 8.1.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/mypckeys/yeslicense.org/wp-content/plugins/woo-stripe-payment/ |
Upload File : |
<?php /** * Plugin Name: Payment Plugins for Stripe WooCommerce * Plugin URI: https://docs.paymentplugins.com/wc-stripe/config/ * Description: Accept Credit Cards, Google Pay, Apple Pay, ACH, Klarna and more using Stripe. * Version: 3.3.92 * Author: Payment Plugins, support@paymentplugins.com * Text Domain: woo-stripe-payment * Domain Path: /i18n/languages/ * Tested up to: 6.8 * WC requires at least: 3.0.0 * WC tested up to: 10.1 * Requires Plugins: woocommerce */ defined( 'ABSPATH' ) || exit (); define( 'WC_STRIPE_PLUGIN_FILE_PATH', plugin_dir_path( __FILE__ ) ); define( 'WC_STRIPE_ASSETS', plugin_dir_url( __FILE__ ) . 'assets/' ); define( 'WC_STRIPE_PLUGIN_NAME', plugin_basename( __FILE__ ) ); require_once( WC_STRIPE_PLUGIN_FILE_PATH . 'vendor/autoload.php' ); PaymentPlugins\Stripe\PluginValidation::is_valid( function () { require_once( WC_STRIPE_PLUGIN_FILE_PATH . 'includes/class-stripe.php' ); } );