Automattic\WooCommerce\Internal\Orders

OrderAttributionController::get_prefixpublicWC 1.0

Get the prefix for the fields.

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

Хуков нет.

Возвращает

Строку.

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

$OrderAttributionController = new OrderAttributionController();
$OrderAttributionController->get_prefix(): string;

Код OrderAttributionController::get_prefix() WC 10.5.2

public function get_prefix(): string {
	return $this->field_prefix;
}