Skip to content
🥦 kościelniak.pro
Search
K
Main Navigation
/uses
Instagram
LinkedIn
GitHub
Appearance
Instagram
LinkedIn
GitHub
Roam freely
Return to top
On this page
Table of Contents for current page
WooCommerce
Trim trailing zeros in prices
php
// functions.php
add_filter
(
'
woocommerce_price_trim_zeros
'
,
'
__return_true
'
);