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
init()
Init tracking.
public
init() : mixed
Return values
mixed —track_product_importer()
Route product importer action to the right callback.
public
track_product_importer() : void
Return values
void —track_product_importer_complete()
Send a Tracks event when the product importer has finished.
public
track_product_importer_complete() : void
Return values
void —track_product_importer_start()
Send a Tracks event when the product importer is started.
public
track_product_importer_start() : void