Advertisement
geminilabs

Untitled

Feb 13th, 2023
961
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.31 KB | None | 0 0
  1. <?php defined('WPINC') || die; ?>
  2. <?php
  3.     $ratings2 = glsr_get_ratings(['assigned_posts' => 'post_id', 'rating' => 1]);
  4. ?>
  5. <div class="<?= $style; ?> glsrw-loop-rating" style="display: inline-block; margin: 0 auto;">
  6.     <?= glsr_star_rating($ratings2->average, $ratings->reviews, ['theme' => $theme]); ?>
  7. </div>
  8.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement