PATH:
home
/
letacommog
/
laindinois
/
wp-content
/
plugins
/
wp-all-export-pro
/
src
/
App
/
Service
<?php namespace Wpae\App\Service; use Wpae\App\Feed\Feed; use Wpae\App\Field\FieldFactory; use Wpae\WordPress\Filters; use XmlExportEngine; class ExportGoogleMerchantsFactory { /** * @return ExportGoogleMerchants */ public function createService() { $wordPressFilters = new Filters(); $feed = new Feed(\XmlExportEngine::$exportOptions['google_merchants_post_data']); $fieldFactory = new FieldFactory($wordPressFilters, $feed); $googleMerchantsDataProcessor = new GoogleMerchantsDataProcessor($wordPressFilters, $fieldFactory, $feed); $exportGoogleMerchants = new ExportGoogleMerchants($googleMerchantsDataProcessor, $wordPressFilters); return $exportGoogleMerchants; } }
[+]
..
[-] CategoriesService.php
[edit]
[+]
Pro
[-] CombineFields.php
[edit]
[-] SnippetParser.php
[edit]
[-] ExportGoogleMerchantsFactory.php
[edit]
[+]
License
[-] ExportGoogleMerchants.php
[edit]
[-] GoogleMerchantsDataProcessor.php
[edit]
[-] ScheduledExport.php
[edit]
[-] TemplateManager.php
[edit]
[-] WooCommerceVersion.php
[edit]
[+]
VariationOptions
[+]
Addons