Automattic\WooCommerce\Internal\RestApi\Routes\V4

AbstractController::get_endpoint_argsprotectedWC 1.0

List of args for endpoints. These may alter how data is returned or formatted. Extended by routes.

Method of the class: AbstractController{}

No Hooks.

Returns

Array.

Usage

// protected - for code of main (parent) or child class
$result = $this->get_endpoint_args(): array;

AbstractController::get_endpoint_args() code WC 10.4.3

protected function get_endpoint_args(): array {
	return array();
}