403Webshell
Server IP : 104.21.14.103  /  Your IP : 18.221.88.144
Web Server : LiteSpeed
System : Linux business53.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
User : giankuin ( 1871)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/giankuin/thietke365.net/wp-content/themes/flatsome/inc/woocommerce/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/giankuin/thietke365.net/wp-content/themes/flatsome/inc/woocommerce/structure-wc-single-product.php
<?php

/**
 * Get HTML for ratings.
 *
 * @see wc_get_rating_html()
 */
function flatsome_get_rating_html( $rating, $count = 0 ) {
	global $product;
	$review_count = $product->get_review_count();
	$label        = sprintf( __( 'Rated %s out of 5', 'woocommerce' ), $rating ); // phpcs:ignore WordPress.WP.I18n.MissingTranslatorsComment

	$style = get_theme_mod( 'product_info_review_count_style', 'inline' );
	// Default to 'simple' when review count visibility is disabled.
	$style = get_theme_mod( 'product_info_review_count' ) ? $style : 'simple';

	if ( $rating > 0 ) {
		switch ( $style ) {
			case 'tooltip':
				$title = sprintf( _n( '%s customer review', '%s customer reviews', $review_count, 'woocommerce' ), $review_count ); // phpcs:ignore WordPress.WP.I18n.MissingTranslatorsComment
				$html  = '<a href="#reviews" class="woocommerce-review-link" rel="nofollow">';
				$html .= '<div class="star-rating tooltip" role="img" aria-label="' . esc_attr( $label ) . '" title="' . esc_attr( $title ) . '">';
				$html .= wc_get_star_rating_html( $rating, $count );
				$html .= '</div>';
				$html .= '</a>';
				break;
			case 'inline':
				$html  = '<div class="star-rating star-rating--inline" role="img" aria-label="' . esc_attr( $label ) . '">';
				$html .= wc_get_star_rating_html( $rating, $count );
				$html .= '</div>';
				break;
			case 'stacked':
				$html  = '<div class="star-rating" role="img" aria-label="' . esc_attr( $label ) . '">';
				$html .= wc_get_star_rating_html( $rating, $count );
				$html .= '</div>';
				break;
			case 'simple':
				$html  = '<a href="#reviews" class="woocommerce-review-link" rel="nofollow">';
				$html .= '<div class="star-rating" role="img" aria-label="' . esc_attr( $label ) . '">';
				$html .= wc_get_star_rating_html( $rating, $count );
				$html .= '</div>';
				$html .= '</a>';
				break;
		}
	} else {
		$html = '';
	}
	return apply_filters( 'woocommerce_product_get_rating_html', $html, $rating, $count );
}


Youez - 2016 - github.com/yon3zu
LinuXploit