Allow users to rate in comments.
- Make the rating system mandatory in comments.
- Edit rating in admin.
- Nicer UX for rating in front.
- Select the post types where the rating is enabled.
- HTML for the star icon.
- HTML for the empty star icon when rating is displayed
- HTML for the full star icon when rating is displayed
- Position of the rating in the text comment :
before
,after
. Any other value will hide the rating.
echo wpu_comments_rating__get_rating_html();