Automattic\WooCommerce\Internal\Admin\Orders\MetaBoxes

OrderAttribution::__constructpublicWC 1.0

OrderAttribution constructor.

Метод класса: OrderAttribution{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

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

Код OrderAttribution::__construct() WC 10.4.3

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