Integrate with WP Review Pro Plugin
-
Hi, I’m trying to use your plugin with WP Review Pro but am running into an issue…
I’m using your customization code to change the output display of the store results so that I can include the star ratings from WP Review Pro.
I’ve added the function to my child theme’s function.php file, I’m trying to run their shortcode [wp_review_pro id=”X”] and I’m trying to include your store ID number but it’s not working…
I’m using this code but it doesn’t work…
echo do_shortcode(‘[wp_review_total id='<%= id %>’]);
I also tried to store the id as a variable with no luck…
$store_id = <%= id %>;
echo do_shortcode(‘[wp_review_total id=’.$store_id.’]);Any ideas on how I can get this work? Any help is much appreciated! Thanks!
- The topic ‘Integrate with WP Review Pro Plugin’ is closed to new replies.