wc_order_attribution_tracking_fields

wc_order_attribution_tracking_fields

Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.9.3.1

apply_filters('wc_order_attribution_tracking_fields') is found 1 times:

  • /src/Internal/Traits/OrderAttributionMeta.php line 96
    		 * @since 8.5.0
    		 *
    		 * @param string[] $fields The fields to show.
    		 */
    		$this->fields      = (array) apply_filters( 'wc_order_attribution_tracking_fields', $this->default_fields );
    		$this->field_names = array_keys( $this->fields );
    		$this->set_field_prefix();
    	}
    
    	/**
    	 * Set the meta prefix for our fields.