Title: Is
Last modified: September 1, 2016

---

# Is

 *  Resolved [danmont](https://wordpress.org/support/users/danmont/)
 * (@danmont)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/is/)
 * Is <?php if (function_exists avalable with this plugin?
 * I would like to display the average star rating in my theme in the loop. To do
   so i need to use the php not short code. Is there a way to call the overall star
   rating by <?php if (function_exists?
 * thanks
 * [https://wordpress.org/plugins/rich-reviews/](https://wordpress.org/plugins/rich-reviews/)

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [Nuanced Media](https://wordpress.org/support/users/nuanced-media/)
 * (@nuanced-media)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/is/#post-7555460)
 * You can use the shortcode as well, like so
 *     ```
       <?php
             echo do_shortcode("[RICH_REVIEWS_SNIPPET]");
       ?>
       ```
   
 * But yes function_exists() is a native php function and should be accessible anywhere.
   As long as it is used somewhere in the loop after plugins are loaded, which for
   use in a template file would be no problem.
 * Let me know if this doesn’t help,
    Thanks, Charlie Maxwell [NM_Devleoper]

Viewing 1 replies (of 1 total)

The topic ‘Is’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/rich-reviews_e3f9fb.svg)
 * [Rich Reviews by Starfish](https://wordpress.org/plugins/rich-reviews/)
 * [Support Threads](https://wordpress.org/support/plugin/rich-reviews/)
 * [Active Topics](https://wordpress.org/support/plugin/rich-reviews/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/rich-reviews/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/rich-reviews/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Nuanced Media](https://wordpress.org/support/users/nuanced-media/)
 * Last activity: [9 years, 11 months ago](https://wordpress.org/support/topic/is/#post-7555460)
 * Status: resolved