golden hour
/home/godaofbq/dev.hyperredbed.com/wp-content/plugins/woocommerce/src/StoreApi/Routes
⬆️ Go Up
Upload
File/Folder
Size
Actions
RouteInterface.php
336 B
Del
OK
V1
-
Del
OK
Edit: 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(); }
Save