Skip to content
Advertisement

WooCommerce: Change priority of tabs by number of product ratings

I have this code that set reviews tab to show first before item description.

JavaScript

Its works fine, But i want to set it to do it only if the number of reviews high from 0. Something like :

JavaScript

Is there any hook/ function / filter to get number of product reviews?

Thanks.

Advertisement

Answer

reviews in woocommerce is just comments in wordpress… so using get_comments_number should work.

JavaScript
User contributions licensed under: CC BY-SA
10 People found this is helpful
Advertisement