woocommerce_tracker_send_event

woocommerce_tracker_send_event

Appears in:
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.10.1.2

do_action('woocommerce_tracker_send_event') is found 1 times:

  • /includes/class-woocommerce.php line 1434
    		} 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.
    	 *
    

See this hook used in plugins: