NOX-ROOT-MARAZ Manager v2
PHP 8+ Secure
/
home
/
xiedrke
/
malino
/
wp-content
/
plugins
/
woocommerce
/
src
/
StoreApi
/
Routes
/
Name
Size
Perms
Actions
📁 V1
-
0755
Chmod
|
Delete
📄 RouteInterface.php
336 B
0644
Edit
|
Chmod
|
Delete
Editing: 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(); }
Cancel