WC_Tracks_Footer_Pixel::clear_events
Clear all queued events.
Method of the class: WC_Tracks_Footer_Pixel{}
No Hooks.
Returns
null
. Nothing (null).
Usage
$result = WC_Tracks_Footer_Pixel::clear_events();
WC_Tracks_Footer_Pixel::clear_events() WC Tracks Footer Pixel::clear events code WC 9.9.4
public static function clear_events() { self::instance()->events = array(); }