Automattic\WooCommerce\StoreApi\Schemas\V1
BatchSchema::get_properties
Batch schema properties.
Метод класса: BatchSchema{}
Хуков нет.
Возвращает
Массив.
Использование
$BatchSchema = new BatchSchema(); $BatchSchema->get_properties();
Код BatchSchema::get_properties() BatchSchema::get properties WC 10.5.2
public function get_properties() {
return [];
}