HEX
Server: Apache
System: Linux iad1-shared-b7-40 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
User: dh_nk2zdt (5974180)
PHP: 8.1.33
Disabled: NONE
Upload Files
File: //usr/local/wp/vendor/wp-cli/config-command/config-command.php
<?php

if ( ! class_exists( 'WP_CLI' ) ) {
	return;
}

$wpcli_config_autoloader = __DIR__ . '/vendor/autoload.php';
if ( file_exists( $wpcli_config_autoloader ) ) {
	require_once $wpcli_config_autoloader;
}

WP_CLI::add_command( 'config', 'Config_Command' );