woocommerce_tracker_data, $data

woocommerce_tracker_data, $data

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

apply_filters('woocommerce_tracker_data, $data') is found 1 times:

  • /includes/class-wc-tracker.php line 251
    		 * Filter the data that's sent with the tracker.
    		 *
    		 * @since 2.3.0
    		 */
    		$data = apply_filters( 'woocommerce_tracker_data', $data );
    
    		// Total seconds taken to generate snapshot (including filtered data).
    		$data['snapshot_generation_time'] = microtime( true ) - $start_time;
    
    		return $data;
    	}