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

Product Rating: fix the filter woocommerce_product_get_rating_html is removed #9719

Merged
merged 1 commit into from
Jun 5, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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