Automattic\WooCommerce\Internal\Admin
Marketplace::init()
Class initialization, to be executed when the class is resolved by the container.
Method of the class: Marketplace{}
No Hooks.
Return
null
. Nothing (null).
Usage
$Marketplace = new Marketplace(); $Marketplace->init();
Marketplace::init() Marketplace::init code WC 9.5.1
final public function init() { add_action( 'init', array( $this, 'on_init' ) ); }