Automattic\WooCommerce\Internal\Admin\Orders\MetaBoxes
OrderAttribution::__construct()
OrderAttribution constructor.
Метод класса: OrderAttribution{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$OrderAttribution = new OrderAttribution(); $OrderAttribution->__construct();
Код OrderAttribution::__construct() OrderAttribution:: construct WC 9.5.1
public function __construct() { $this->set_fields_and_prefix(); }