Last active
August 2, 2023 02:25
-
-
Save woogists/643f04bf15db46b0cde7f48361447094 to your computer and use it in GitHub Desktop.
[General Snippets][Hide trailing zeros on prices]
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Trim zeros in price decimals | |
**/ | |
add_filter( 'woocommerce_price_trim_zeros', '__return_true' ); |
naserykarim922
commented
Aug 2, 2023
p
Naserykarim922@gmail.comhttps://woo-futuristically-stellar-werewolf.wpcomstaging.com/wp-admin/admin.php?page=wc-admin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment