/
/
home
/
melaqxso
/
public_html
/
wp-content
/
plugins
/
woocommerce
/
src
/
StoreApi
/
Schemas
/
V1
Server: server63.web-hosting.com (198.54.116.184)
You: 216.73.216.220
PHP 7.4.33
Dir:
/home/melaqxso/public_html/wp-content/plugins/woocommerce/src/StoreApi/Schemas/V1
Edit:
/home/melaqxso/public_html/wp-content/plugins/woocommerce/src/StoreApi/Schemas/V1/BatchSchema.php
<?php namespace Automattic\WooCommerce\StoreApi\Schemas\V1; /** * BatchSchema class. */ class BatchSchema extends AbstractSchema { /** * The schema item name. * * @var string */ protected $title = 'batch'; /** * The schema item identifier. * * @var string */ const IDENTIFIER = 'batch'; /** * Batch schema properties. * * @return array */ public function get_properties() { return []; } }
Ukuran: 427 B