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