PATH:
home
/
thebhoeo
/
public_html
/
officepoint
/
wp-content
/
plugins
/
woocommerce
/
packages
/
blueprint
/
src
<?php namespace Automattic\WooCommerce\Blueprint; use Automattic\WooCommerce\Blueprint\Exporters\ExportInstallPluginSteps; use Automattic\WooCommerce\Blueprint\Exporters\ExportInstallThemeSteps; /** * Built-in exporters. */ class BuiltInExporters { /** * Get all built-in exporters. * * @return array List of all built-in exporters. */ public function get_all() { return array( new ExportInstallPluginSteps(), new ExportInstallThemeSteps(), ); } }
[+]
Cli
[-] BuiltInExporters.php
[edit]
[+]
ResultFormatters
[-] ImportSchema.php
[edit]
[+]
ResourceStorages
[+]
Schemas
[-] ExportSchema.php
[edit]
[-] ClassExtractor.php
[edit]
[-] UsePubSub.php
[edit]
[-] Cli.php
[edit]
[-] Util.php
[edit]
[-] StepProcessorResult.php
[edit]
[-] UseWPFunctions.php
[edit]
[-] BuiltInStepProcessors.php
[edit]
[+]
..
[-] Logger.php
[edit]
[+]
docs
[-] StepProcessor.php
[edit]
[-] ImportStep.php
[edit]
[+]
Importers
[-] ResourceStorages.php
[edit]
[+]
Exporters
[-] UsePluginHelpers.php
[edit]
[+]
Steps