WC_Importer_Tracking::init
Init tracking.
Method of the class: WC_Importer_Tracking{}
No Hooks.
Returns
null. Nothing (null).
Usage
$WC_Importer_Tracking = new WC_Importer_Tracking(); $WC_Importer_Tracking->init();
WC_Importer_Tracking::init() WC Importer Tracking::init code WC 10.6.2
public function init() {
add_action( 'product_page_product_importer', array( $this, 'track_product_importer' ) );
}