WC_Coupon_Tracking::init()

Init tracking.


Description Description


Source Source

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

	public function init() {
		add_action( 'woocommerce_coupon_object_updated_props', array( $this, 'track_coupon_updated' ), 10, 2 );
	}

Top ↑

User Contributed Notes User Contributed Notes

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