Change the rating value precision

Hello, where’s this function?

display_rating()

Trying to display rating in float as 3.33 instead of 3.3

Unfortunately there’s no easy way to do this because the number of decimals is hard-coded in the Rating field type hivepress-reviews/class-rating.php at master · hivepress/hivepress-reviews · GitHub and it’ll override any other number of decimals you pass to it.

Figured that out yesterday, thanks.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.