Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_action('um_after_profile_header_name_args', function () {
- if (!function_exists('glsr_get_ratings')) {
- return;
- }
- $ratings = glsr_get_ratings([
- 'status' => 'approved'
- 'user__in' => 'profile_id',
- ]);
- ?>
- <div class="um-profile-reviews-box">
- <span class="reviews-label">No. of Reviews</span>
- <span class="reviews-count"><?php echo $ratings->reviews; ?></span>
- </div>
- <?php
- });
Advertisement
Add Comment
Please, Sign In to add comment