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