get_rating_count(); $review_count = $product->get_review_count(); echo flatsome_get_rating_html( $product->get_average_rating() ); // phpcs:ignore WordPress.Security.EscapeOutput if ( $rating_count > 0 ) : if ( get_theme_mod( 'product_box_review_count' ) ) : if ( comments_open() ) : echo apply_filters( 'flatsome_loop_review_count_html', '(' . esc_html( $review_count ) . ')', $product ); // phpcs:ignore WordPress.Security.EscapeOutput endif; endif; endif;