woocommerce_template_single_rating()

Output the product rating.


Description Description


Source Source

File: includes/wc-template-functions.php

1561
1562
1563
1564
1565
function woocommerce_template_single_rating() {
    if ( post_type_supports( 'product', 'comments' ) ) {
        wc_get_template( 'single-product/rating.php' );
    }
}


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.