WC_CLI_Update_Command::register_commands()
Registers the update command.
Contents
Description Description
Source Source
File: includes/cli/class-wc-cli-update-command.php
public static function register_commands() { WP_CLI::add_command( 'wc update', array( 'WC_CLI_Update_Command', 'update' ) ); }