WooCommerce: How to edit the get_price_html
Core and plugin files should never be edited directly, as any updates could overwrite your changes. If you look in WooCommerce source at the get_price_html method, there are a number of filters available to modify the output of the function. See add_filter in Codex for more info on adding filters to apply_filters calls. From get_price_html … Read more