Automattic\WooCommerce\Internal\RestApi\Routes\V4\Settings\Account

Controller::get_item_schemapublicWC 1.0

Get the item schema for the controller.

Метод класса: Controller{}

Хуков нет.

Возвращает

Массив.

Использование

$Controller = new Controller();
$Controller->get_item_schema(): array;

Код Controller::get_item_schema() WC 11.0.1

public function get_item_schema(): array {
	return $this->get_schema();
}