File ManagerCurrent Directory: wp-content/plugins/google-site-kit/includes/Core/CLILinux appserver-7a7af3b2-php-0c9ec09e2f9746c2a80fa3756c076432 6.12.94+ #1 SMP Fri Jul 17 09:26:56 UTC 2026 x86_64Edit File: CLI_Command.php <?php /** * Site Kit CLI Command * * @package Google\Site_Kit\Core\CLI * @copyright 2021 Google LLC * @license https://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * @link https://sitekit.withgoogle.com */ namespace Google\Site_Kit\Core\CLI; use Google\Site_Kit\Context; use WP_CLI_Command; /** * Base CLI Command class. * * @since 1.11.0 * @access private * @ignore */ class CLI_Command extends WP_CLI_Command { /** * Plugin context. * * @since 1.11.0 * * @var Context */ protected $context; /** * Constructor. * * @since 1.11.0 * * @param Context $context Plugin context. */ public function __construct( Context $context ) { $this->context = $context; } } Upload File Directory Listing NameTypeSizeActions.. (Parent Directory)DirAuthentication_CLI_Command.phpFile1.43 KB Rename | Delete | EditCLI_Command.phpFile726.00 B Rename | Delete | EditCLI_Commands.phpFile1,004.00 B Rename | Delete | EditReset_CLI_Command.phpFile1.32 KB Rename | Delete | Edit