Advertisement
geminilabs

site-reviews-woocommerce/loop/rating.php

Feb 27th, 2021
1,158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.24 KB | None | 0 0
  1. <?php defined('WPINC') || die; ?>
  2.  
  3. <?php if ($ratings->average > 0) : ?>
  4. <div class="<?= $style; ?> glsrw-loop-rating" style="display: inline-block; margin: 0 auto;">
  5.     <?= glsr_star_rating($ratings->average); ?>
  6. </div>
  7. <?php endif;
  8.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement