WC_Tracks_Footer_Pixel::clear_eventspublic staticWC 1.0

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() code WC 9.9.4

public static function clear_events() {
	self::instance()->events = array();
}