Hook to remove rating stars on single product page.
-
I need to put the rating stars above the price on the single product page.
With the hook below, I can add above the price, but I can’t remove the stars from the original location.
That is, the stars appear in two different positions.
What would be the correct hook to remove the stars from their original position?
remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_rating', 10 ); add_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_rating', 3 );
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Hook to remove rating stars on single product page.’ is closed to new replies.