Automattic\WooCommerce\StoreApi\Routes

RouteInterface::get_args()publicWC 1.0

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() code WC 9.7.1

public function get_args();