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/sidebar/select-files-free.php
<?php
use BackWPup\Utils\BackWPupHelpers;
BackWPupHelpers::component("closable-heading", [
  'title' => __("Select Files", 'backwpup'),
  'type' => 'sidebar'
]);
?>

<?php BackWPupHelpers::component("containers/scrollable-start"); ?>

<div class="rounded-lg p-6 bg-grey-100">
  <?php
  BackWPupHelpers::component("containers/accordion", [
    "title" => __("Content Selector", 'backwpup'),
    "open" => true,
    "children" => "sidebar/parts/files-content-selector",
  ]);
  ?>
</div>

<?php BackWPupHelpers::component("containers/scrollable-end"); ?>

<?php
BackWPupHelpers::component("alerts/info", [
  "type" => "pro",
  "font" => "small",
  "content" => __("You can exclude files and folders in each section using the PRO Version.", 'backwpup'),
  "children" => "alerts/pro-more-link",
]);
?>

<?php
BackWPupHelpers::component("form/button", [
  "type" => "primary",
  "label" => __("Save settings", 'backwpup'),
  "full_width" => true,
  "trigger" => "close-sidebar",
  "identifier" => "file-exclusions-submit",
  "class" => "file-exclusions-submit",
]);
?>