Skip to content

Instantly share code, notes, and snippets.

@claudiosanches
Last active August 29, 2015 13:56
Show Gist options
  • Save claudiosanches/8983212 to your computer and use it in GitHub Desktop.
Save claudiosanches/8983212 to your computer and use it in GitHub Desktop.
WooCommerce - Stop to trim zeros!
add_filter( 'woocommerce_price_trim_zeros', '__return_false' );
@llest
Copy link

llest commented Apr 13, 2014

Weird thing is that it doesn't work for me. Not one way nor the other. I have WC 2.1.6.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment