🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-19 15:50:18 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
thedasstores.com
/
wp-content
/
plugins
/
woocommerce
/
src
/
StoreApi
/
Schemas
/
V1
📍 /home/therahul/thedasstores.com/wp-content/plugins/woocommerce/src/StoreApi/Schemas/V1
🔄 Refresh
✏️
Editing: BatchSchema.php
Writable
<?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