Automattic\WooCommerce\Internal\Admin\Orders\MetaBoxes

OrderAttribution::__construct()publicWC 1.0

OrderAttribution constructor.

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

Хуков нет.

Возвращает

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

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

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

Код OrderAttribution::__construct() WC 9.5.1

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