Automattic\WooCommerce\Internal\Admin

Marketplace::initpublicWC 1.0

Class initialization, to be executed when the class is resolved by the container.

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

Хуков нет.

Возвращает

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

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

$Marketplace = new Marketplace();
$Marketplace->init();

Код Marketplace::init() WC 10.4.3

final public function init() {
	add_action( 'init', array( $this, 'on_init' ) );
}