Automattic\WooCommerce\Internal\Orders
OrderAttributionController::get_field_names
Get all of the field names.
Метод класса: OrderAttributionController{}
Хуков нет.
Возвращает
Массив.
Использование
$OrderAttributionController = new OrderAttributionController(); $OrderAttributionController->get_field_names(): array;
Код OrderAttributionController::get_field_names() OrderAttributionController::get field names WC 10.3.5
public function get_field_names(): array {
return $this->field_names;
}