| Server IP : 144.76.79.100 / Your IP : 216.73.216.103 [ Web Server : Apache System : Linux ch05.wehostwebserver.com 5.14.0-611.5.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Nov 11 08:09:09 EST 2025 x86_64 User : razzlestore ( 1092) PHP Version : 8.2.29 Disable Function : NONE Domains : 343 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/razzlestore/public_html/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.101
* Author: Payment Plugins, support@paymentplugins.com
* Text Domain: woo-stripe-payment
* Domain Path: /i18n/languages/
* Tested up to: 6.9
* WC requires at least: 3.0.0
* WC tested up to: 10.5
* 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' );
} );