support.cubewp.com support.cubewp.com
  • Helpdesk
  • Support Forum
Get CubeWP
support.cubewp.com support.cubewp.com
Get CubeWP
support.cubewp.com
  • Helpdesk
  • Support Forum

Docy

CubeWP Reviews

  • getting startGetting Started
    • How To Install CubeWP Reviews Plugin?
  • udrHow To Use
    • How to create a Review Form?
    • Can admin Control Reviews?
    • How to Create Multi-Rating Review form?
    • How to Create Review form for User Profile?
    • How to get All User Reviews & Overall user rating on author page?
  • requirementsRequirements
  • faqFAQs
    • Can i Submit Review on my own Post?
    • Can i Submit Review without logging in?
    • Can i Submit Review to Authors?
  • stopChangelog

How to get All User Reviews & Overall user rating on author page?

Estimated reading: 1 minute 566 views

To get All User Reviews & Overall user rating on author page, use below methods by passing $arguments of $review_type which is ”user’ and $author_id .

You can get $author_id by using get_the_author_meta(‘ID’) funtion.

For Example
echo $overall_rating = CubeWp_Reviews_Stats::get_current_post_rating(‘user’,$author_id);
For Example
echo $all_user_reviews = CubeWp_Reviews_Stats::get_current_post_reviews(‘user’,$author_id);
Share this Doc

How to get All User Reviews & Overall user rating on author page?

Or copy link

Clipboard Icon
CONTENTS
Leaf Illustration

© 2023 All Rights Reserved by CubeWP