-
Posted a reply to Replace Sale Price with a button to show/hide the value, on the site WordPress.org Forums:
Here's my solution: functions.php add_filter( 'woocommerce_get_price_html', 'tlw_custom_price', 10, 2 ); function tlw_custom_price() { global $product;… -
Posted a reply to Replace Sale Price with a button to show/hide the value, on the site WordPress.org Forums:
Custom coding is okay. But how can I modify the price HTML with a function… -
Created a topic, Replace Sale Price with a button to show/hide the value, on the site WordPress.org Forums:
Hi all, Is it possible to hide sale price with a butt…