[rwp_users_score] - Numeric score of user reviews
The shortcode displays the numeric value related to users score of review box.
Parameters
Name | Description | Default value | Required |
id | The review box identifier | none | ✔ |
post | The post/page ID in which the review box has been created | current post ID | |
inline | If it is set to yes then the result will be inlined with the content | no | |
count | If it is set to no then the reviews count will be hidden | yes |
Example
[rwp_users_score id="0"] [rwp_users_score id="0" post="123"] [rwp_users_score id="0" inline="yes"] [rwp_users_score id="0" count="no"]
Preview