woocommerce_tracker_send_event
woocommerce_tracker_send_event
Appears in: woocommerce.10.1.2, woocommerce.10.2.2, woocommerce.10.3.4, woocommerce.10.3.5, woocommerce.10.4.3, woocommerce.10.5.2, woocommerce.10.5.3, woocommerce.10.6.1
Hook Type: action
See hook in action
Displaying hooks found in version: woocommerce.10.6.1do_action('woocommerce_tracker_send_event') is found 1 times:
- /includes/class-woocommerce.php line 1532
} catch ( Throwable $e ) { wc_get_logger()->error( 'Error initializing WC_Tracker: ' . $e->getMessage(), array( 'source' => 'woocommerce-scheduled-actions' ) ); } // phpcs:disable WooCommerce.Commenting.CommentHooks.MissingHookComment do_action( 'woocommerce_tracker_send_event' ); } /** * Wrapper for the `wc_admin_daily` action. This prevents the event failing when the class is not loaded. * It loads the class if it exists, and then calls the actual action. *