Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php defined('WPINC') || exit; ?>
- <div class="<?php echo esc_attr($style); ?> glsrw-loop-rating" style="display: inline-flex; column-gap: 0.5em; margin: 0 auto;">
- <?php echo glsr_star_rating($ratings->average, $ratings->reviews, ['theme' => $theme]); ?>
- <strong><?php echo $ratings->reviews; ?></strong>
- </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement