Automattic\WooCommerce\Internal\Orders
OrderAttributionController::get_field_names
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() OrderAttributionController::get field names code WC 9.8.5
public function get_field_names(): array { return $this->field_names; }