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

Controller::get_schemapublicWC 1.0

Get the schema for the current resource.

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

Хуков нет.

Возвращает

Массив.

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

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

Код Controller::get_schema() WC 10.8.1

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