I'm using easydigitaldownloads to sell digital products. I combine it with WP Customer Reviews to show product reviews.
I need to use an IF statement to display the reviews. So I used print_r($post)
to see how many reviews the download has but I couldn't see it in the post object.
How do I access the reviews or how do I display it with a conditional function?
If(reviews){
show specific download reviews
} else {
show generic reviews from other downloads
}
Thanks a lot!