WC_Extensions_Tracking::track_helper_connection_start()

Send a Tracks even when a Helper connection process is initiated.


Description Description


Source Source

File: includes/tracks/events/class-wc-extensions-tracking.php

	public function track_helper_connection_start() {
		WC_Tracks::record_event( 'extensions_subscriptions_connect' );
	}


Top ↑

User Contributed Notes User Contributed Notes

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