SILENT KILLERPanel

Current Path: > home > codekrsu > > ameliagraphics.com > wp-content > plugins > essential-blocks > views > woocommerce


Operation   : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Software     : Apache
Server IP    : 162.0.232.56 | Your IP: 216.73.216.111
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: /home/codekrsu//ameliagraphics.com/wp-content/plugins/essential-blocks/views/woocommerce

NameTypeSizeLast ModifiedActions
button-list.php File 338 bytes January 12 2025 17:13:54.
category.php File 921 bytes March 05 2025 14:34:08.
details.php File 127 bytes October 02 2024 10:36:24.
gallery.php File 1313 bytes January 12 2025 17:13:54.
image.php File 245 bytes January 12 2025 17:13:54.
price.php File 97 bytes August 09 2023 14:57:00.
rating.php File 842 bytes August 27 2024 16:37:06.
single-product.php File 4940 bytes March 24 2025 12:57:24.
single-rating.php File 1781 bytes August 27 2024 16:37:06.
title.php File 240 bytes January 12 2025 17:13:54.

Reading File: /home/codekrsu//ameliagraphics.com/wp-content/plugins/essential-blocks/views/woocommerce/rating.php

<div class="eb-woo-product-rating-wrapper">

    <?php
        if ( ! isset( $ratingStyle ) ) {
            $ratingStyle = 'star';
        }

        if ( 'star' === $ratingStyle ) {
            for ( $i = 1; $i <= 5; $i++ ) {
                if ( $i <= $product->get_average_rating() ) {
                    echo wp_kses_post( '<span class="eb-woo-product-rating filled"><i class="fas fa-star"></i></span>' );
                } else {
                    echo wp_kses_post( '<span class="eb-woo-product-rating"><i class="far fa-star"></i></span>' );
                }
            }
        } else if ( 'number' === $ratingStyle ) {
            echo sprintf( '<span class="eb-woo-product-rating filled"><i class="fas fa-star"></i> %1$s</span>',
                esc_html( $product->get_average_rating() )
            );
        }
    ?>
</div>

SILENT KILLER Tool