Automattic\WooCommerce\Internal\Orders

OrderAttributionController::get_field_namespublicWC 1.0

Get all of the field names.

Method of the class: OrderAttributionController{}

No Hooks.

Returns

Array.

Usage

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

OrderAttributionController::get_field_names() code WC 9.8.5

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