Automattic\WooCommerce\StoreApi\Routes

RouteInterface::get_argspublicWC 1.0

Get arguments for this REST route.

Method of the class: RouteInterface{}

No Hooks.

Returns

Array. An array of endpoints.

Usage

$RouteInterface = new RouteInterface();
$RouteInterface->get_args();

RouteInterface::get_args() code WC 10.6.2

public function get_args();