芝麻web文件管理V1.00
编辑当前文件:/home/ezdajrnh/public_html/wp-content/plugins/google-site-kit/includes/Core/CLI/CLI_Commands.php
context = $context; } /** * Registers WP CLI commands. * * @since 1.11.0 */ public function register() { WP_CLI::add_command( 'google-site-kit auth', new Authentication_CLI_Command( $this->context ) ); WP_CLI::add_command( 'google-site-kit reset', new Reset_CLI_Command( $this->context ) ); } }