HEX
Server: Apache
System: Linux webm004.cluster121.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
User: grainesdfo (155059)
PHP: 5.4.45
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/grainesdfo/www/wp-content/plugins/backwpup/parts/restore/rate-us.php
<?php
use BackWPup\Utils\BackWPupHelpers;
?>
<div class="mb-2 flex justify-center text-alert">
  <?php BackWPupHelpers::component("icon", ["name" => "star"]); ?>
  <?php BackWPupHelpers::component("icon", ["name" => "star"]); ?>
  <?php BackWPupHelpers::component("icon", ["name" => "star"]); ?>
  <?php BackWPupHelpers::component("icon", ["name" => "star"]); ?>
  <?php BackWPupHelpers::component("icon", ["name" => "star"]); ?>
</div>

<?php
BackWPupHelpers::component("heading", [
  "level" => 2,
  "title" => __("Site back and shining?", 'backwpup'),
  "align" => "center",
  "color" => "white",
]);
?>

<p class="my-4 text-xl text-white text-center">
  <?php _e("Share your joy with a review on the WordPress repository. Your support inspires us.", 'backwpup'); ?>
</p>

<p class="mt-6 flex items-center justify-center">
  <?php
  BackWPupHelpers::component("navigation/link", [
    "type" => "primary",
    "href" => "#",
    "newtab" => true,
    "content" => __("Rate us on WordPress.org", 'backwpup'),
  ]);
  ?>
</p>