Automattic\WooCommerce\Internal\Orders

OrderAttributionController::get_prefix()publicWC 1.0

Get the prefix for the fields.

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

Хуков нет.

Возвращает

Строку.

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

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

Код OrderAttributionController::get_prefix() WC 9.6.1

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