Automattic\WooCommerce\Internal\Orders

OrderAttributionController::get_field_namespublicWC 1.0

Get all of the field names.

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

Хуков нет.

Возвращает

Массив.

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

$OrderAttributionController = new OrderAttributionController();
$OrderAttributionController->get_field_names(): array;

Код OrderAttributionController::get_field_names() WC 10.3.5

public function get_field_names(): array {
	return $this->field_names;
}