Automattic\WooCommerce\StoreApi\Schemas\V1
BatchSchema::get_properties
Batch schema properties.
Method of the class: BatchSchema{}
No Hooks.
Returns
Array
.
Usage
$BatchSchema = new BatchSchema(); $BatchSchema->get_properties();
BatchSchema::get_properties() BatchSchema::get properties code WC 9.9.3
public function get_properties() { return []; }