WC_Tracker::init()

Hook into cron event.


Description Description


Source Source

File: includes/class-wc-tracker.php

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

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.