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 7.5.0
public function get_properties() { return []; }