HEX
Server: Apache
System: Linux flamboyant-gauss.194-164-62-186.plesk.page 6.8.0-55-generic #57-Ubuntu SMP PREEMPT_DYNAMIC Wed Feb 12 23:42:21 UTC 2025 x86_64
User: gamesamphora (10001)
PHP: 7.4.33
Disabled: opcache_get_status
Upload Files
File: /var/www/vhosts/amphoragames.com/httpdocs/wp-content/plugins/backwpup/parts/now/what.php
<?php
use BackWPup\Utils\BackWPupHelpers;
BackWPupHelpers::component("navigation/link", [
  "url" => "#",
  "newtab" => true,
  "font" => "medium",
  "content" => __("Back to Backups", 'backwpup'),
  "icon_position" => "before",
  "icon_name" => "arrow-left",
]);
?>

<?php
BackWPupHelpers::component("heading", [
  "level" => 1,
  "font" => "large",
  "class" => "mt-10 mb-6",
  "title" => __("What do you want to save in this backup?", 'backwpup'),
]);
?>

<?php
BackWPupHelpers::component("alerts/info", [
  "type" => "default",
  "font" => "xs",
  "content" => __("The settings configured on this page for a one-time backup do not alter the settings of your scheduled backups.<br />They apply to this backup only", 'backwpup'),
]);
?>


<?php BackWPupHelpers::component("selector-file-db"); ?>

<div class="my-10">
  <?php
  BackWPupHelpers::component("heading", [
    "level" => 2,
    "title" => __("Backup will be stored on:", 'backwpup'),
    "class" => "mb-4",
  ]);
  ?>

  <?php BackWPupHelpers::component("storage-list-compact", ["storages" => ['DROPBOX', 'GDRIVE', 'GLACIER']]); ?>
</div>

<?php
BackWPupHelpers::component("form/button", [
  "type" => "primary",
  "label" => __("Backup My Website", 'backwpup'),
]);
?>