Automattic\WooCommerce\Internal\Orders

OrderAttributionController::get_field_names()publicWC 1.0

Get all of the field names.

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

Хуков нет.

Возвращает

Массив.

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

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

Код OrderAttributionController::get_field_names() WC 9.6.1

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