WC_Tracker::init()public staticWC 1.0

Hook into cron event.

Method of the class: WC_Tracker{}

No Hooks.

Return

null. Nothing.

Usage

$result = WC_Tracker::init();

WC_Tracker::init() code WC 7.5.1

public static function init() {
	add_action( 'woocommerce_tracker_send_event', array( __CLASS__, 'send_tracking_data' ) );
}