[rwp_user_reviews] - Reviews of single user
The shortcode displays all reviews of registered. It works with registered users only. You can find the User ID in the related column of the Users admin page.
The shortcode can be used on the user profile page. If you have configured the profile link in user reviews you can display the reviews of the related user automatically. Just insert the wildcard -1 in the user param.
You can insert the value current in the user parameter if you want to show the reviews of logged user.
Parameters
Name | Description | Default value | Required |
user | The user identifier | none | ✔ |
order | How you want to sort reviews: latest, top_score | latest | |
url | It defines a custom redirect URL for reviews | none | |
limit | It defines the number of reviews you want to show | null | |
stats | If it is set to false then the user statistics will be hidden | true |
Example
[rwp_user_reviews user="1"] [rwp_user_reviews user="-1"] [rwp_user_reviews user="current"] [rwp_user_reviews user="1" order="top_score", url="https://reviewerplugin.com" limit="10" stats="false"
Preview