Automattic\WooCommerce\StoreApi\Routes
RouteInterface::get_args()
Get arguments for this REST route.
Method of the class: RouteInterface{}
No Hooks.
Return
Array
. An array of endpoints.
Usage
$RouteInterface = new RouteInterface(); $RouteInterface->get_args();
RouteInterface::get_args() RouteInterface::get args code WC 9.7.1
public function get_args();