PK œqhYî¶J‚ßFßF)nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/ $#$#$#

Dir : /home/trave494/polo-family.com/wp-content/plugins/wwcAliAff/modules/alibaba_debug/
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
Choose File :

Url:
Dir : //home/trave494/polo-family.com/wp-content/plugins/wwcAliAff/modules/alibaba_debug/config.php

<?php
/**
 * Config file, return as json_encode
 * http://www.aa-team.com
 * =======================
 *
 * @author		Andrei Dinca, AA-Team
 * @version		1.0
 */
 global $wwcAliAff;
 echo json_encode(
	array(
		'alibaba_debug' => array(
			'version' => '1',
			'menu' => array(
				'order' => 4,
				'title' => 'Alibaba Debug Console',
				'icon' => 'assets/16.png'
			),
			'in_dashboard' => array(
				'icon' 	=> 'assets/32.png',
				'url'	=> admin_url("admin.php?page=wwcAliAff#!/alibaba_debug")
			),
			'help' => array(
				'type' => 'remote',
				'url' => 'http://docs.aa-team.com/products/wooexpress-woocommerce-aliexpress-affiliates/'
			),
			'module_init' => 'ajax-request.php',
			'description' => "With this module you can get alibaba response for a product by using Alibaba SKU code!",
			'load_in' => array(
				'backend' => array(
					'admin-ajax.php'
				),
				'frontend' => false
			),
			'javascript' => array(
				'admin',
				'download_asset',
				'hashchange',
				'tipsy'
			),
			'css' => array(
				'admin',
				'tipsy'
			),
			'errors' => array(
				1 => __('
					You configured Alibaba Debug incorrectly. See 
					' . ( $wwcAliAff->convert_to_button ( array(
						'color' => 'white_blue wwcAliAff-show-docs-shortcut',
						'url' => 'javascript: void(0)',
						'title' => 'here'
					) ) ) . ' for more details on fixing it. <br />
					Setup the Alibaba config mandatory settings ( App Key, Tracking ID ) 
					' . ( $wwcAliAff->convert_to_button ( array(
						'color' => 'white_blue',
						'url' => admin_url( 'admin.php?page=wwcAliAff#!/settings' ),
						'title' => 'here'
					) ) ) . '
					', $wwcAliAff->localizationName),
				2 => __('
					You don\'t have WooCommerce installed/activated! Please activate it:
					' . ( $wwcAliAff->convert_to_button ( array(
						'color' => 'white_blue',
						'url' => admin_url('plugin-install.php?tab=search&s=woocommerce&plugin-search-input=Search+Plugins'),
						'title' => 'NOW'
					) ) ) . '
					', $wwcAliAff->localizationName),
				3 => __('
					You don\'t have the SOAP library installed! Please activate it!
					', $wwcAliAff->localizationName),
				4 => __('
					You don\'t have the cURL library installed! Please activate it!
					', $wwcAliAff->localizationName)
			)
		)
	)
 );