Automattic\WooCommerce\Internal\Orders
OrderAttributionController::get_prefix()
Get the prefix for the fields.
Метод класса: OrderAttributionController{}
Хуков нет.
Возвращает
Строку
.
Использование
$OrderAttributionController = new OrderAttributionController(); $OrderAttributionController->get_prefix(): string;
Код OrderAttributionController::get_prefix() OrderAttributionController::get prefix WC 9.6.1
public function get_prefix(): string { return $this->field_prefix; }