How to display list of reviews
-
Hi
Documentation says:
$reviews = glsr_get_reviews([ 'rating' => 3, ]); foreach( $reviews as $review ) { glsr_debug( $review ); }
How do I actually output review content in that foreach loop?
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘How to display list of reviews’ is closed to new replies.