File "class-wt-import-export-for-woo-remoteadapter.php"

Full Path: /home/vantageo/public_html/cache/.wp-cli/wp-content/plugins/product-import-export-for-woo/includes/class-wt-import-export-for-woo-remoteadapter.php
File size: 333 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
if(!class_exists('Wt_Import_Export_For_Woo_RemoteAdapter_Basic')){
abstract class Wt_Import_Export_For_Woo_RemoteAdapter_Basic
{
	public $id='';
	public $title='';
	public function __construct()
	{
		
	}
	abstract public function upload($local_file, $remote_file_name, $form_data, $out);
	abstract public function delete();
}
}