Skip to content

Instantly share code, notes, and snippets.

@kreamweb
Created May 9, 2017 13:03
Show Gist options
  • Select an option

  • Save kreamweb/c9272c539d8432981710e581570b2e61 to your computer and use it in GitHub Desktop.

Select an option

Save kreamweb/c9272c539d8432981710e581570b2e61 to your computer and use it in GitHub Desktop.
floor points
<?php
add_filter('ywpar_get_product_point_round','ywpar_get_product_point_round', 10 );
function ywpar_get_product_point_round( $points ){
return floor( $points );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment