Website : phonehp.ir
backdoor
Warning
: Undefined variable $backdoor in
/home/nehpir/public_html/goods.php
on line
326
Home
Console
Warning
: Undefined variable $backdoor in
/home/nehpir/public_html/goods.php
on line
326
Warning
: Undefined variable $backdoor in
/home/nehpir/public_html/goods.php
on line
326
Warning
: Undefined variable $backdoor in
/home/nehpir/public_html/goods.php
on line
326
Warning
: Undefined variable $backdoor in
/home/nehpir/public_html/goods.php
on line
326
Warning
: Undefined variable $backdoor in
/home/nehpir/public_html/goods.php
on line
326
Warning
: Undefined variable $backdoor in
/home/nehpir/public_html/goods.php
on line
326
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
nehpir
/
public_html
/
wp-content
/
plugins
/
woocommersa
/
Filename :
woocommersa.php
back
Warning
: Undefined variable $file in
/home/nehpir/public_html/goods.php
on line
545
Copy
<?php /** * Plugin Name: WooCommersa | ووکامرسا * Plugin URI: https://www.rtl-theme.com/woocommersa-wordpress-plugin/ * Description: افزونه مدیریت هوشمند فروشگاه ووکامرسی * Version: 2.0.0 * Requires at least: 5.8 * Tested up to: 6.4 * WC requires at least: 5.0 * WC tested up to: 8.5 * Author: امین غلام پور * Author URI: https://www.rtl-theme.com/author/aminch22/ * Text Domain: woocommersa * Domain Path: /languages */ if (!defined('ABSPATH')) exit; /** * Main constants and basic setup */ define('WOOCOMMERSA_VERSION', '2.0.0'); if (!defined('WOOCOMMERSA_PATH')) define('WOOCOMMERSA_PATH', plugin_dir_path(__FILE__)); if (!defined('WOOCOMMERSA_URL')) define('WOOCOMMERSA_URL', plugin_dir_url(__FILE__)); if (!defined('WOOCOMMERSA_BASENAME')) define('WOOCOMMERSA_BASENAME', plugin_basename(__FILE__)); /** * Declare HPOS Compatibility */ add_action( 'before_woocommerce_init', function() { if ( class_exists( '\Automattic\WooCommerce\Utilities\FeaturesUtil' ) ) { \Automattic\WooCommerce\Utilities\FeaturesUtil::declare_compatibility( 'custom_order_tables', __FILE__, true ); } } ); /** * Initialize the plugin via License Gate */ require_once WOOCOMMERSA_PATH . 'init.php';