Automattic\WooCommerce\Admin\API\Reports
GenericStatsController::get_item_properties_schema()
Get the report's item properties schema. Will be used by get_item_schema as totals and subtotals.
Метод класса: GenericStatsController{}
Хуков нет.
Возвращает
Массив
.
Использование
// protected - в коде основоного (родительского) или дочернего класса $result = $this->get_item_properties_schema();
Код GenericStatsController::get_item_properties_schema() GenericStatsController::get item properties schema WC 9.3.1
abstract protected function get_item_properties_schema();