woocommerce/includes/tracks
vedanshujain 6ab03e6acd Return early if post status is `auto-draft` to prevent fatal.
While creating an order, if we remove an item after adding, `pre_post_update` hook gets called. Since the order is not created yet, `$order->get_date_created()` will be null, and this will cause a fatal in the event tracker which checks for and tracks edit in order created date.

We now return early when order status is `auto-draft` to prevent these kind of errors.
2019-07-17 00:21:18 +05:30
..
events Return early if post status is `auto-draft` to prevent fatal. 2019-07-17 00:21:18 +05:30
class-wc-site-tracking.php Tracks: Add coupons view events 2019-07-05 16:46:58 +12:00
class-wc-tracks-client.php Fix namespaced Jetpack tracks_get_identity 2019-07-12 15:35:49 +01:00
class-wc-tracks-event.php Tracks: Use wp_doing_ajax() instead of checking constant. 2019-03-04 10:04:48 -07:00
class-wc-tracks-footer-pixel.php Set Tracks image position to fixed 2019-06-18 13:05:30 +02:00
class-wc-tracks.php Tracks: fix blog ID retrieval from Jetpack options. 2019-06-27 14:15:17 -06:00