Filter gdrts_render_list_stars_review_args_stars is used to filter the parameters used for the rendering of stars in the rating list for Stars Rating method templates. This filter has 2 arguments:
- $atts: an array of parameters to filter
- $render_object: the instance of the render object
Array $atts contains following elements:
- style_size: if set, size of the stars.
- font_color_empty: if set, color for the empty stars.
- font_color_current: if set, color for the rating stars.
If you need to modify all the styling properties (style type, name…), you should use the filter that runs before the template is actually loaded:
Comments