Automattic\WooCommerce\Internal\Admin\Orders\MetaBoxes
OrderAttribution::__construct
OrderAttribution constructor.
Method of the class: OrderAttribution{}
No Hooks.
Returns
null. Nothing (null).
Usage
$OrderAttribution = new OrderAttribution(); $OrderAttribution->__construct();
OrderAttribution::__construct() OrderAttribution:: construct code WC 10.3.3
public function __construct() {
$this->set_fields_and_prefix();
}