edd-themedd icon indicating copy to clipboard operation
edd-themedd copied to clipboard

edd_price_option_output filter $item_prop variable missing

Open arraypress opened this issue 5 years ago • 6 comments

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.

arraypress avatar Feb 14 '20 19:02 arraypress