芝麻web文件管理V1.00
编辑当前文件:/www/wwwroot/fashionmodelquicktrack.com/wp-content/themes/flatsome/woocommerce/loop/rating.php
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;