PK œqhYî¶J‚ßF ßF ) nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/
Dir : /home/trave494/rfstoolsupply.com/wp-content/plugins/woozone/ |
Server: Linux ngx353.inmotionhosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 IP: 209.182.202.254 |
Dir : //home/trave494/rfstoolsupply.com/wp-content/plugins/woozone/plugin.php |
<?php /* Plugin Name: WZone - WooCommerce Amazon Affiliates Plugin URI: http://codecanyon.net/item/woocommerce-amazon-affiliates-wordpress-plugin/3057503 Description: Choose from over a million products & earn advertising fees from the 1’st internet retailer online! You can earn up to 10% advertising fees from the 1’st trusted e-commerce leader with minimal effort. This plugin allows you to import unlimited number of products directly from Amazon right into your Wordpress WooCommerce Store! EnjoY! Version: 13.3.1 Author: AA-Team Author URI: http://codecanyon.net/user/AA-Team/portfolio Text Domain: woozone WC requires at least: 4.0.0 WC tested up to: 5.0.0 */ ! defined( 'ABSPATH' ) and exit; define('WOOZONE_VERSION', '13.3.1'); if ( ! defined('WOOZONE_PLUGIN_FILE') ) { define('WOOZONE_PLUGIN_FILE', __FILE__); } if ( ! defined('WOOZONE_ABSPATH') ) { define('WOOZONE_ABSPATH', dirname( WOOZONE_PLUGIN_FILE ) . '/'); } if ( ! defined('WOOZONE_PLUGIN_BASENAME') ) { define('WOOZONE_PLUGIN_BASENAME', plugin_basename( WOOZONE_PLUGIN_FILE )); } // Derive the current path and load up WooZone $plugin_path = dirname(__FILE__) . '/'; if(class_exists('WooZone') != true) { require_once($plugin_path . 'aa-framework/framework.class.php'); } // Initalize the your plugin $WooZone = new WooZone(); // Add an activation hook register_activation_hook(__FILE__, array(&$WooZone, 'activate')); // load textdomain add_action( 'plugins_loaded', 'woozone_load_textdomain' ); add_action( 'plugins_loaded', 'woozone_check_integrity' ); function woozone_load_textdomain() { load_plugin_textdomain( 'woozone', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' ); } function woozone_check_integrity() { $mainObj = WooZone(); return is_object($mainObj) ? $mainObj->plugin_integrity_check( 'all', false ) : true; }