🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-18 10:25:22 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
public_html
/
wp-content
/
plugins
/
woocommerce
/
src
/
StoreApi
/
Routes
📍 /home/therahul/public_html/wp-content/plugins/woocommerce/src/StoreApi/Routes
🔄 Refresh
✏️
Editing: RouteInterface.php
Writable
<?php namespace Automattic\WooCommerce\StoreApi\Routes; /** * RouteInterface. */ interface RouteInterface { /** * Get the path of this REST route. * * @return string */ public function get_path(); /** * Get arguments for this REST route. * * @return array An array of endpoints. */ public function get_args(); }
💾 Save Changes
❌ Cancel