✘✘ GRAYBYTE WORDPRESS FILE MANAGER ✘✘

​🇳​​🇦​​🇲​​🇪♯➤ premium290.web-hosting.com ​🇻​♯➤ 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP 🇾​♯➤ 2025

𝗛𝗢𝗠𝗘 𝗜𝗗 ♯➤ 63.250.38.37 ♯➤ 𝗔𝗗𝗠𝗜𝗡 𝗜𝗗 216.73.217.6
𝗢𝗣𝗧𝗜𝗢𝗡𝗦 ♯ CRL ♯➤ 𝗢𝗞 ┃ WGT ♯➤ 𝗢𝗞 ┃ SDO ♯➤ 𝗢𝗙𝗙 ┃ PKEX ♯➤ 𝗢𝗙𝗙
𝗗𝗘𝗔𝗖𝗧𝗜𝗩𝗔𝗧𝗘𝗗 ♯➤ 𝗔𝗟𝗟 𝗪𝗢𝗥𝗞𝗜𝗡𝗚....

𝗛𝗢𝗠𝗘
𝗖𝗨𝗥𝗥𝗘𝗡𝗧 𝗙𝗜𝗟𝗘 : /home/tdhomesa/public_html/wp-content/plugins/woocommerce/packages/blueprint/src//Cli.php
<?php

namespace Automattic\WooCommerce\Blueprint;

use Automattic\WooCommerce\Blueprint\Cli\ExportCli;
use Automattic\WooCommerce\Blueprint\Cli\ImportCli;

$autoload_path = __DIR__ . '/../vendor/autoload.php';
if ( file_exists( $autoload_path ) ) {
	require_once $autoload_path;
}
/**
 * Class Cli.
 *
 * This class is included and execute from WC_CLI(class-wc-cli.php) to register
 * WP CLI commands.
 */
class Cli {
	/**
	 * Register WP CLI commands.
	 *
	 * @return void
	 */
	public static function register_commands() {
		\WP_CLI::add_command(
			'wc blueprint import',
			function ( $args, $assoc_args ) {
				$import = new ImportCli( $args[0] );
				$import->run( $assoc_args );
			},
			array(
				'synopsis' => array(
					array(
						'type'     => 'positional',
						'name'     => 'schema-path',
						'optional' => false,
					),
					array(
						'type'     => 'assoc',
						'name'     => 'show-messages',
						'optional' => true,
						'options'  => array( 'all', 'error', 'info', 'debug' ),
					),
				),
				'when'     => 'after_wp_load',
			)
		);

		\WP_CLI::add_command(
			'wc blueprint export',
			function ( $args, $assoc_args ) {
				$export = new ExportCli( $args[0] );
				$steps  = array();

				if ( isset( $assoc_args['steps'] ) ) {
					$steps = array_map(
						function ( $step ) {
							return trim( $step );
						},
						explode( ',', $assoc_args['steps'] )
					);
				}
				$export->run(
					array(
						'steps'  => $steps,
						'format' => 'json',
					)
				);
			},
			array(
				'synopsis' => array(
					array(
						'type'     => 'positional',
						'name'     => 'save-to',
						'optional' => false,
					),
					array(
						'type'     => 'assoc',
						'name'     => 'steps',
						'optional' => true,
					),
				),
				'when'     => 'after_wp_load',
			)
		);
	}
}


Current_dir [ 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ] Document_root [ 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ]


[ Back ]
𝗡𝗔𝗠𝗘
𝗦𝗜𝗭𝗘
𝗟𝗔𝗦𝗧 𝗧𝗢𝗨𝗖𝗛
𝗨𝗦𝗘𝗥
𝗦𝗧𝗔𝗧𝗨𝗦
𝗙𝗨𝗡𝗖𝗧𝗜𝗢𝗡𝗦
..
--
28 May 2026 10.38 AM
tdhomesa / tdhomesa
0755
Cli
--
28 May 2026 10.38 AM
tdhomesa / tdhomesa
0755
Exporters
--
28 May 2026 10.38 AM
tdhomesa / tdhomesa
0755
Importers
--
28 May 2026 10.38 AM
tdhomesa / tdhomesa
0755
ResourceStorages
--
28 May 2026 10.38 AM
tdhomesa / tdhomesa
0755
ResultFormatters
--
28 May 2026 10.38 AM
tdhomesa / tdhomesa
0755
Schemas
--
28 May 2026 10.38 AM
tdhomesa / tdhomesa
0755
Steps
--
28 May 2026 10.38 AM
tdhomesa / tdhomesa
0755
docs
--
28 May 2026 10.38 AM
tdhomesa / tdhomesa
0755
BuiltInExporters.php
0.463 KB
12 May 2025 9.07 PM
tdhomesa / tdhomesa
0644
BuiltInStepProcessors.php
1.809 KB
12 May 2025 9.07 PM
tdhomesa / tdhomesa
0644
ClassExtractor.php
6.055 KB
12 May 2025 9.07 PM
tdhomesa / tdhomesa
0644
Cli.php
1.78 KB
12 May 2025 9.07 PM
tdhomesa / tdhomesa
0644
ExportSchema.php
4.301 KB
12 May 2025 9.07 PM
tdhomesa / tdhomesa
0644
ImportSchema.php
2.337 KB
12 May 2025 9.07 PM
tdhomesa / tdhomesa
0644
ImportStep.php
4.465 KB
12 May 2025 9.07 PM
tdhomesa / tdhomesa
0644
Logger.php
4.066 KB
12 May 2025 9.07 PM
tdhomesa / tdhomesa
0644
ResourceStorages.php
1.452 KB
12 May 2025 9.07 PM
tdhomesa / tdhomesa
0644
StepProcessor.php
0.664 KB
12 May 2025 9.07 PM
tdhomesa / tdhomesa
0644
StepProcessorResult.php
3.563 KB
12 May 2025 9.07 PM
tdhomesa / tdhomesa
0644
UsePluginHelpers.php
3.127 KB
12 May 2025 9.07 PM
tdhomesa / tdhomesa
0644
UsePubSub.php
1.509 KB
12 May 2025 9.07 PM
tdhomesa / tdhomesa
0644
UseWPFunctions.php
9.717 KB
12 May 2025 9.07 PM
tdhomesa / tdhomesa
0644
Util.php
4.386 KB
12 May 2025 9.07 PM
tdhomesa / tdhomesa
0644

✘✘ GRAYBYTE WORDPRESS FILE MANAGER @ 2026 CONTACT ME ✘✘
Static GIF Static GIF