Automattic\WooCommerce\StoreApi\Routes

RouteInterface::get_args()publicWC 1.0

Get arguments for this REST route.

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

Хуков нет.

Возвращает

Массив. An array of endpoints.

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

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

Код RouteInterface::get_args() WC 8.7.0

public function get_args();