WC_Tracker::init()
Hook into cron event.
Method of the class: WC_Tracker{}
No Hooks.
Return
null
. Nothing.
Usage
$result = WC_Tracker::init();
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' ) ); }