/
home
/
techb158
/
balacoffee.com
/
wp-content
/
plugins
/
woocommerce
/
src
/
StoreApi
/
Routes
/
/home/techb158/balacoffee.com/wp-content/plugins/woocommerce/src/StoreApi/Routes
mkdir
upload
Name
Size
Mode
Actions
V1/
-
0755
rm
RouteInterface.php
336
0644
edit
dl
rm
Edit:
/home/techb158/balacoffee.com/wp-content/plugins/woocommerce/src/StoreApi/Routes/RouteInterface.php
(336B)
<?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
cmd:
run