Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php defined('WPINC') || die; ?>
- <?php
- $ratings2 = glsr_get_ratings(['assigned_posts' => 'post_id', 'rating' => 1]);
- ?>
- <div class="<?= $style; ?> glsrw-loop-rating" style="display: inline-block; margin: 0 auto;">
- <?= glsr_star_rating($ratings2->average, $ratings->reviews, ['theme' => $theme]); ?>
- </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement