whoami7 - Manager
:
/
home
/
creaupfw
/
public_html
/
wp-content
/
plugins
/
woocommerce
/
src
/
StoreApi
/
Routes
/
Upload File:
files >> /home/creaupfw/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(); }
Copyright ©2021 || Defacer Indonesia