PATH:
var
/
www
/
clients
/
client1
/
web1
/
web
/
wp-content
/
plugins
/
wp-all-export-pro
/
libraries
<?php require_once dirname(__FILE__) . '/XmlGoogleMerchants.php'; /** * Class XmlSpec */ final class XmlSpec { /** * @var bool */ public $xml = false; /** * XmlSpec constructor. * @param $spec */ public function __construct( $spec, $export_id = false ) { $this->xml = class_exists($spec) ? new $spec( $export_id ) : false; } }
[-] XmlExportCpt.php
[edit]
[-] XmlGoogleMerchants.php
[edit]
[-] XmlExportMediaGallery.php
[edit]
[-] XmlCsvExport.php
[edit]
[-] XmlExportComment.php
[edit]
[-] .gitkeep
[edit]
[-] WpaeMethodNotFoundException.php
[edit]
[-] XmlExportEngine.php
[edit]
[-] WpaeXmlProcessor.php
[edit]
[-] WpaeString.php
[edit]
[-] XmlExportTaxonomy.php
[edit]
[+]
VariableProductTitle
[-] WpaeInvalidPhpException.php
[edit]
[+]
..
[-] XmlExportCustomRecord.php
[edit]
[-] XmlSpec.php
[edit]
[-] WpaeInvalidStringException.php
[edit]
[-] WpaePhpInterpreterErrorHandler.php
[edit]
[-] WpaeTooMuchRecursionException.php
[edit]