Skip to content

Instantly share code, notes, and snippets.

@kreamweb
Created May 30, 2019 08:42
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 kreamweb/e1e3b8ecb893c5f5c1d5f943db433882 to your computer and use it in GitHub Desktop.
Save kreamweb/e1e3b8ecb893c5f5c1d5f943db433882 to your computer and use it in GitHub Desktop.
<?php
add_filter( 'ywdpd_round_total_price', 'ywdpd_round_price_for_single_product' );
function ywdpd_round_price_for_single_product(){
return false;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment