Created
May 9, 2017 13:03
-
-
Save kreamweb/c9272c539d8432981710e581570b2e61 to your computer and use it in GitHub Desktop.
floor points
This file contains hidden or 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
| <?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