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