Automattic\WooCommerce\Internal\Admin\Orders\MetaBoxes

OrderAttribution::__constructpublicWC 1.0

OrderAttribution constructor.

Method of the class: OrderAttribution{}

No Hooks.

Returns

null. Nothing (null).

Usage

$OrderAttribution = new OrderAttribution();
$OrderAttribution->__construct();

OrderAttribution::__construct() code WC 10.3.3

public function __construct() {
	$this->set_fields_and_prefix();
}