/
/
home
/
melaqxso
/
public_html
/
wp-content
/
plugins
/
woocommerce
/
src
/
StoreApi
/
Routes
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/Routes
Edit:
/home/melaqxso/public_html/wp-content/plugins/woocommerce/src/StoreApi/Routes/RouteInterface.php
<?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(); }
Ukuran: 336 B