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.

Метод класса: AbstractController{}

Хуков нет.

Возвращает

Массив.

Использование

// protected - в коде основоного (родительского) или дочернего класса
$result = $this->get_endpoint_args(): array;

Код AbstractController::get_endpoint_args() WC 10.4.3

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