PK œqhYî¶J‚ßF ßF ) nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/
Dir : /home/trave494/polo-family.com/wp-content/plugins/aawzone-ebay/include/about/ |
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/polo-family.com/wp-content/plugins/aawzone-ebay/include/about/about.class.php |
<?php /** * About module * http://www.aa-team.com * ====================== * * @package WooZoneProviderEbay_ * @author Andrei Dinca, AA-Team * @version 1.0 */ ! defined( 'ABSPATH' ) and exit; if(class_exists('WooZoneProviderEbay_about') != true) { class WooZoneProviderEbay_about { const WXR_VERSION = '1.0'; /** * parent storage * * @var array */ public $parent = array(); private $action = ''; private $wp_import = null; /** * The constructor */ public function __construct( $parent=array() ) { // load parent $this->parent = $parent; } public function print_interface() { $html = array(); $html[] = '<div id="WooZoneProviderEbay_iw-section-content" class="WooZoneProviderEbay_iw-section-dashboard">'; $html[] = '<div class="WooZoneProviderEbay_iw-section-dashboard-row">'; $html[] = '<div class="WooZoneProviderEbay_iw-dashboard-box WooZoneProviderEbay_iw-box-size-6">'; $html[] = '<div class="WooZoneProviderEbay_iw-dashboard-box-content">'; $html[] = '<div class="WooZoneProviderEbay_iw-dashboard-in-box-content">'; $html[] = ' <h4> <b> The WZone eBay addon allows you to mass import products from eBay into WooCommerce in just minutes! <br/><br/> This is an Provider Addon made specially for WZone where you now have the possibility to have more than one provider from which you can import products into WooCommerce.<br/> Now, you can not only import products from Amazon using WZone, but from eBay as well, using the newest WZone eBay Provider Addon!<br/> </br> </h4> '; $html[] = '</div>'; $html[] = '</div>'; $html[] = '</div>'; $html[] = '</div>'; $html[] = '</div>'; return implode( "\n", $html ); } } }