芝麻web文件管理V1.00
编辑当前文件:/home/fambnfli/public_html/en/wp-content/themes/nifty/woocommerce/single-product/title.php
get_review_count(); $rating_count = $product->get_rating_count(); $average = $product->get_average_rating(); $subtitle = ''; if ( get_option( 'woocommerce_enable_review_rating' ) !== 'no' ) { if ( $rating_count > 0 ) { $subtitle = wc_get_rating_html( $product->get_average_rating() ); } } if ( wc_product_sku_enabled() && ( $product->get_sku() || $product->is_type( 'variable' ) ) ) { $sku = $product->get_sku() ? $product->get_sku() : esc_html__( 'N/A', 'nifty' ); $subtitle .= '
' . esc_html__( 'SKU:', 'nifty' ) . '
' . $sku . '
'; } $categories = wp_get_post_terms( $product->get_id(), 'product_cat' ); $supertitle = boldthemes_get_post_categories( array( 'categories' => $categories ) ); $dash = boldthemes_get_option( 'shop_use_dash' ); if ( $dash != '' ) { $dash = apply_filters( 'boldthemes_product_headline_dash', 'bottom' ); } woocommerce_template_product_title( $supertitle, get_the_title(), $subtitle, $dash );