📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-26 15:24:31
📂
/
/
home
/
pallabnv
/
public_html
/
wp-content__3bb9dea
/
plugins
/
woocommerce
/
src
/
StoreApi
/
Schemas
/
V1
✏️
Editing: 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 []; } }
💾 Save Changes
❌ Cancel