WC_Coupons_Tracking::init()

Init tracking.


Description Description


Source Source

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

	public function init() {
		add_action( 'load-edit.php', array( $this, 'tracks_coupons_events' ), 10 );
	}

Top ↑

User Contributed Notes User Contributed Notes

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