woocommerce_template_loop_rating()
Display the average rating in the loop.
Description Description
Source Source
File: includes/wc-template-functions.php
function woocommerce_template_loop_rating() {
wc_get_template( 'loop/rating.php' );
}
Display the average rating in the loop.
File: includes/wc-template-functions.php
function woocommerce_template_loop_rating() {
wc_get_template( 'loop/rating.php' );
}