Skip to content

Instantly share code, notes, and snippets.

@dancameron
Created September 8, 2015 20:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dancameron/4b23e7a52c5f47530719 to your computer and use it in GitHub Desktop.
Save dancameron/4b23e7a52c5f47530719 to your computer and use it in GitHub Desktop.
Stop filtering total to remove ".00".
<?php // don't include this in your functions.php
add_filter( 'si_filter_zerod_decimals', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment