WC_Order_Tracking::init()

Init tracking.


Description Description


Source Source

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

	public function init() {
		add_action( 'woocommerce_admin_order_data_after_order_details', array( $this, 'track_order_viewed' ) );
	}

Top ↑

User Contributed Notes User Contributed Notes

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