WC_Tracks_Footer_Pixel::add_event( WC_Tracks_Event $event )

Add a Tracks event to the queue.


Description Description


Parameters Parameters

$event

(Required) Event to track.


Top ↑

Source Source

File: includes/tracks/class-wc-tracks-footer-pixel.php

	public function add_event( $event ) {
		$this->events[] = $event;
	}

Top ↑

User Contributed Notes User Contributed Notes

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