Title: rainbowguy's Replies | WordPress.org

---

# rainbowguy

  [  ](https://wordpress.org/support/users/rainbowguy/)

 *   [Profile](https://wordpress.org/support/users/rainbowguy/)
 *   [Topics Started](https://wordpress.org/support/users/rainbowguy/topics/)
 *   [Replies Created](https://wordpress.org/support/users/rainbowguy/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/rainbowguy/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/rainbowguy/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/rainbowguy/engagements/)
 *   [Favorites](https://wordpress.org/support/users/rainbowguy/favorites/)

 Search replies:

## Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Customer Reviews for WooCommerce] How to get reviewer rating?](https://wordpress.org/support/topic/how-to-get-reviewer-rating/)
 *  Thread Starter [rainbowguy](https://wordpress.org/support/users/rainbowguy/)
 * (@rainbowguy)
 * [1 year, 3 months ago](https://wordpress.org/support/topic/how-to-get-reviewer-rating/#post-18465134)
 * Hi [@pear8398](https://wordpress.org/support/users/pear8398/)
 * Thanks for reply. Got it this way :
 * get_comment_meta( get_comment_ID(), ‘rating’, true ) ;
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Customer Reviews for WooCommerce] Modify Reviews](https://wordpress.org/support/topic/modify-reviews/)
 *  Thread Starter [rainbowguy](https://wordpress.org/support/users/rainbowguy/)
 * (@rainbowguy)
 * [1 year, 3 months ago](https://wordpress.org/support/topic/modify-reviews/#post-18447859)
 * [@pear8398](https://wordpress.org/support/users/pear8398/) Is it possible to 
   customize like [@pistachio6321](https://wordpress.org/support/users/pistachio6321/)
   mentioned please?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Customer Reviews for WooCommerce] Modify Reviews](https://wordpress.org/support/topic/modify-reviews/)
 *  Thread Starter [rainbowguy](https://wordpress.org/support/users/rainbowguy/)
 * (@rainbowguy)
 * [1 year, 3 months ago](https://wordpress.org/support/topic/modify-reviews/#post-18445916)
 * Also, I was going to post a new topic today about pear8398 answer but he replied
   to it beforehand 🙂 Thx!
 * Indeed, I was looking for the template for the summary but couldn’t find it. 
   The file you suggested is the one. Great!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Customer Reviews for WooCommerce] Modify Reviews](https://wordpress.org/support/topic/modify-reviews/)
 *  Thread Starter [rainbowguy](https://wordpress.org/support/users/rainbowguy/)
 * (@rainbowguy)
 * [1 year, 3 months ago](https://wordpress.org/support/topic/modify-reviews/#post-18445915)
 * Thanks for the reply.
 * I did find the answer as per below:
 *     ```wp-block-code
              echo '5 star' . $product->get_rating_count( 5 ) . ' votes <br>';	echo '4 star' . $product->get_rating_count( 4 ) . ' votes <br>';	echo '3 star' . $product->get_rating_count( 3 ) . ' votes <br>';	echo '2 star' . $product->get_rating_count( 2 ) . ' votes <br>';	echo '1 star' . $product->get_rating_count( 1 ) . ' votes <br>';	
       ```
   
 * It counts the number of votes per rating.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Customer Reviews for WooCommerce] Modify Reviews](https://wordpress.org/support/topic/modify-reviews/)
 *  Thread Starter [rainbowguy](https://wordpress.org/support/users/rainbowguy/)
 * (@rainbowguy)
 * [1 year, 3 months ago](https://wordpress.org/support/topic/modify-reviews/#post-18421811)
 * Thanks.
 * Yes, I did this and looking for more details on functions, filters on how to 
   change functionality such as find number of votes per review star instead of 
   percentage? Is there some kind of hook guide and list of functions?
 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [How to enqueue scripts in functions.php](https://wordpress.org/support/topic/how-to-enqueue-scripts-in-functions-php/)
 *  Thread Starter [rainbowguy](https://wordpress.org/support/users/rainbowguy/)
 * (@rainbowguy)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/how-to-enqueue-scripts-in-functions-php/#post-18241971)
 * I see. Thanks for the suggestion.
 * So that means the bootstrap import is fine as well then.

Viewing 6 replies - 1 through 6 (of 6 total)