Advertisement
geminilabs

rating.php

Oct 25th, 2024 (edited)
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.32 KB | None | 0 0
  1. <?php defined('WPINC') || exit; ?>
  2.  
  3. <div class="<?php echo esc_attr($style); ?> glsrw-loop-rating" style="display: inline-flex; column-gap: 0.5em; margin: 0 auto;">
  4.     <?php echo glsr_star_rating($ratings->average, $ratings->reviews, ['theme' => $theme]); ?>
  5.     <strong><?php echo $ratings->reviews; ?></strong>
  6. </div>
  7.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement