Automattic\WooCommerce\Internal\Orders
OrderAttributionController::get_prefix
Get the prefix for the fields.
Method of the class: OrderAttributionController{}
No Hooks.
Returns
String.
Usage
$OrderAttributionController = new OrderAttributionController(); $OrderAttributionController->get_prefix(): string;
OrderAttributionController::get_prefix() OrderAttributionController::get prefix code WC 10.7.0
public function get_prefix(): string {
return $this->field_prefix;
}