Please check if the suggested condition will solve your problem and let us know if it helped.
if ( $hookName == 'displayProductPriceBlock' && $params['type'] != 'before_price') { return false; }
Please check if the suggested condition will solve your problem and let us know if it helped.
if ( $hookName == 'displayProductPriceBlock' && $params['type'] != 'before_price') { return false; }
Please check if the suggested condition will solve your problem and let us know if it helped.