PluginProbe
Hostinger Tools / 3.0.76
Hostinger Tools v3.0.76
3.0.77 3.0.76 3.0.75 3.0.74 3.0.73 3.0.72 3.0.71 3.0.70 3.0.69 3.0.68 3.0.67 3.0.66 1.8.1 1.8.2 1.8.3 1.9.1 1.9.4 1.9.5 1.9.6 1.9.7 1.9.8 1.9.9 2.0.0 2.0.1 2.0.4 All 108 releases
hostinger / includes / Admin / Views / Partials / RateUs.php

RateUs.php in Hostinger Tools 3.0.76, at includes/Admin/Views/Partials/RateUs.php

53 lines 2.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <div class="hostinger hsr-plugin-rating">
2 <p><?php echo esc_html__( 'Rate this plugin', 'hostinger' ); ?></p>
3 <div class="hsr-rate-stars">
4 <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
5 <path fill-rule="evenodd"
6 clip-rule="evenodd"
7 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"
8 fill="#673DE6"/>
9 </svg>
10 <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
11 <path fill-rule="evenodd"
12 clip-rule="evenodd"
13 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"
14 fill="#673DE6"/>
15 </svg>
16 <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
17 <path fill-rule="evenodd"
18 clip-rule="evenodd"
19 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"
20 fill="#673DE6"/>
21 </svg>
22 <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
23 <path fill-rule="evenodd"
24 clip-rule="evenodd"
25 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"
26 fill="#673DE6"/>
27 </svg>
28 <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
29 <path fill-rule="evenodd"
30 clip-rule="evenodd"
31 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"
32 fill="#673DE6"/>
33 </svg>
34 </div>
35 <p>
36 <?php
37 echo wp_kses(
38 __(
39 'on <a href="https://wordpress.org/support/plugin/hostinger/reviews/#new-post" target="_blank" rel="noopener noreferrer">WordPress.org</a>',
40 'hostinger'
41 ),
42 array(
43 'a' => array(
44 'href' => array(),
45 'target' => array(),
46 'rel' => array(),
47 ),
48 ),
49 );
50 ?>
51 </p>
52 </div>
53