I am usign the rating API to call $rating['html']
but I'd like to display only the rating stars, without the 0% of 0 votes
message
as I am displaying that info elsewhere using $rating['total']
and $rating['num']
is this possible in some way?
thank you
I am usign the rating API to call
$rating['html']
but I'd like to display only the rating stars, without the0% of 0 votes
messageas I am displaying that info elsewhere using
$rating['total']
and$rating['num']
is this possible in some way?
thank you