WC_CLI_REST_Command::set_supported_ids( array $supported_ids = array() )
Passes supported ID arguments (things like product_id, order_id, etc) that we should look for in addition to id.
Description Description
Parameters Parameters
- $supported_ids
-
(Optional) List of supported IDs.
Default value: array()
Source Source
File: includes/cli/class-wc-cli-rest-command.php
public function set_supported_ids( $supported_ids = array() ) { $this->supported_ids = $supported_ids; }