WC_Importer_Tracking::init()
Init tracking.
Метод класса: WC_Importer_Tracking{}
Хуков нет.
Возвращает
null
. Ничего.
Использование
$WC_Importer_Tracking = new WC_Importer_Tracking(); $WC_Importer_Tracking->init();
Код WC_Importer_Tracking::init() WC Importer Tracking::init WC 7.3.0
public function init() { add_action( 'product_page_product_importer', array( $this, 'track_product_importer' ) ); }