WC_Importer_Tracking::init()publicWC 1.0

Init tracking.

Method of the class: WC_Importer_Tracking{}

No Hooks.

Return

null. Nothing (null).

Usage

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

WC_Importer_Tracking::init() code WC 8.7.0

public function init() {
	add_action( 'product_page_product_importer', array( $this, 'track_product_importer' ) );
}