Automattic\WooCommerce\Internal\Orders

OrderAttributionController::get_prefixpublicWC 1.0

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() code WC 10.7.0

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