• Resolved isaaccheung

    (@isaaccheung)


    Hi! I checked the schema, and I see that the aggregate rating shows the worst rating is 0. But the worst rating should be 1 because the plugin doesn’t allow giving 0 star.

    How to change the rating scale to 1-5 in the schema?

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Gemini Labs

    (@geminilabs)

    But the worst rating should be 1 because the plugin doesn’t allow giving 0 star.

    Site Reviews does allow a 0-star rating if the rating field is set to not be required.

    Thread Starter isaaccheung

    (@isaaccheung)

    Any way to change the worst rating to 1 in the schema? Because I set the rating field to be required.

    Plugin Author Gemini Labs

    (@geminilabs)

    Try this code snippet:

    add_filter('site-reviews/const/MIN_RATING', fn () => 1);
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Aggregate rating issue’ is closed to new replies.