WooCommerce Code Reference

WC_Importer_Tracking
in package

This class adds actions to track usage of WooCommerce Imports.

Table of Contents

init()  : mixed
Init tracking.
track_product_importer()  : void
Route product importer action to the right callback.
track_product_importer_complete()  : void
Send a Tracks event when the product importer has finished.
track_product_importer_start()  : void
Send a Tracks event when the product importer is started.

Methods