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