# hostinger/3.0.43/includes/Admin/Views/Partials/RateUs.php

Hostinger Tools, version 3.0.43. 53 lines.

- Page: https://pluginprobe.com/plugins/hostinger/3.0.43/code/includes/Admin/Views/Partials/RateUs.php
- Raw: https://pluginprobe.com/plugins/hostinger/3.0.43/raw/includes/Admin/Views/Partials/RateUs.php
- Modified: 2025-06-17T13:25:02+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/hostinger/3.0.43/code/includes/Admin/Views/Partials/RateUs.php#L10-L20`.

```php
<div class="hostinger hsr-plugin-rating">
    <p><?php echo esc_html__( 'Rate this plugin', 'hostinger' ); ?></p>
    <div class="hsr-rate-stars">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
            <path fill-rule="evenodd"
                    clip-rule="evenodd"
                    d="M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.63L12 2L9.19 8.63L2 9.24L7.46 13.97L5.82 21L12 17.27Z"
                    fill="#673DE6"/>
        </svg>
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
            <path fill-rule="evenodd"
                    clip-rule="evenodd"
                    d="M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.63L12 2L9.19 8.63L2 9.24L7.46 13.97L5.82 21L12 17.27Z"
                    fill="#673DE6"/>
        </svg>
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
            <path fill-rule="evenodd"
                    clip-rule="evenodd"
                    d="M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.63L12 2L9.19 8.63L2 9.24L7.46 13.97L5.82 21L12 17.27Z"
                    fill="#673DE6"/>
        </svg>
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
            <path fill-rule="evenodd"
                    clip-rule="evenodd"
                    d="M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.63L12 2L9.19 8.63L2 9.24L7.46 13.97L5.82 21L12 17.27Z"
                    fill="#673DE6"/>
        </svg>
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
            <path fill-rule="evenodd"
                    clip-rule="evenodd"
                    d="M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.63L12 2L9.19 8.63L2 9.24L7.46 13.97L5.82 21L12 17.27Z"
                    fill="#673DE6"/>
        </svg>
    </div>
    <p>
        <?php
        echo wp_kses(
            __(
                'on <a href="https://wordpress.org/support/plugin/hostinger/reviews/#new-post" target="_blank" rel="noopener noreferrer">WordPress.org</a>',
                'hostinger'
            ),
            array(
                'a' => array(
                    'href'   => array(),
                    'target' => array(),
                    'rel'    => array(),
                ),
            ),
        );
        ?>
        </p>
</div>

```
