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.


Description Description


Return Return

(array)


Top ↑

Source Source

File: includes/cli/class-wc-cli-rest-command.php

	public function get_supported_ids() {
		return $this->supported_ids;
	}


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.