How to fetch the site review form & review summary with a function?
-
I have build up a review system using Site Reviews. Almost all the pages on my site need to show:
1) Site Review Form
2) Site Reviews Summary
3) Site Reviews ListSo I’ve called all the 3 Shortcodes with the do_shortcode function in the footer.php of my theme. Now the problem at hand is huge, I need to replace all these shortcodes with direct functions to fasten the site as the do_shortcode function takes its time.
I have already replaced site reviews list’s shortcode with the glsr_get_reviews function and it works well. However, I can’t find the direct functions for pulling up the site review submission form and reviews summary. If there ain’t a direct function for this, which I am guessing there ain’t, then please guide me through building up these functions because we cannot afford calling shortcodes on our site. Any help in this regard will be appreciated. Thanks
The page I need help with: [log in to see the link]
- The topic ‘How to fetch the site review form & review summary with a function?’ is closed to new replies.