WC_Tracker::init()
Hook into cron event.
Contents
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' ) ); }