Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
Product Rating: fix the filter woocommerce_product_get_rating_html is…
Browse files Browse the repository at this point in the history
… removed (#9719)
  • Loading branch information
gigitux committed Jun 5, 2023
1 parent 0435deb commit 84d70e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BlockTypes/ProductRating.php
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ protected function render( $attributes, $content, $block ) {

remove_filter(
'woocommerce_product_get_rating_html',
[ $this, 'filter_rating_html' ],
$filter_rating_html,
10
);

Expand Down

0 comments on commit 84d70e4

Please sign in to comment.