• Resolved rahulsh

    (@rahulsh)


    How can I echo value and count in php of kk star ratings value and count?

    is there any code of it, need help, any suggestion appreciated.

Viewing 1 replies (of 1 total)
  • Plugin Contributor Kamal Khan

    (@bhittani)

    <?php
      $ratings = \Bhittani\StarRating\core\functions\data();
      echo $ratings['score'];
      echo $ratings['count'];
    ?>
Viewing 1 replies (of 1 total)
  • The topic ‘echo value and count?’ is closed to new replies.