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