WC_CLI_REST_Command::get_supported_ids()
Returns an ID of supported ID arguments (things like product_id, order_id, etc) that we should look for in addition to id.
Метод класса: WC_CLI_REST_Command{}
Хуков нет.
Возвращает
Массив
.
Использование
$WC_CLI_REST_Command = new WC_CLI_REST_Command(); $WC_CLI_REST_Command->get_supported_ids();
Код WC_CLI_REST_Command::get_supported_ids() WC CLI REST Command::get supported ids WC 9.6.0
public function get_supported_ids() { return $this->supported_ids; }