Display ratings.
display_ratings( int $total_sum, int $total_votes [, string $link, string $class, int $mode ] ) : string
$total_sum (int) (Required) Total number of ratings.
$total_votes (int) (Required) Total number of votes.
$link (string) (Optional) Make item clickable. Default value: null
$class (string) (Optional) CSS class for the link. Default value: null
$mode (int) (Optional) Show 2 out of 10 or 2/10 rating. Possible value: 1, 2. Default value: 1
(string)
echo display_ratings(100, 60);
// 1.67 out of 60 ratings