edd-themedd
edd-themedd copied to clipboard
edd_price_option_output filter $item_prop variable missing
This may be exclusive to the 1.1 (or try 1.1 grid build), but the following override is included in Themedd by way of this function:
themedd_edd_purchase_variable_pricing
This function contains the same filter as the core EDD template function:
$price_output = apply_filters( 'edd_price_option_output', $price_output, $download_id, $key, $price, $form_id );
However, the $item_prop variable is missing as per the original filter, resulting in issues with my sales plugin which filters this output.