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 10.8.1
public function get_field_names(): array {
return $this->field_names;
}