PATH:
home
/
thebhoeo
/
.trash
/
backwpup
/
components
<?php use BackWPup\Utils\BackWPupHelpers; if ( ! defined( 'ABSPATH' ) ) { exit; } /** * @var int $first_job_id ID of the first job we are retrieving the frequency settings for. * @var int $second_job_id ID of the second job we are retrieving the frequency settings for. */ ?> <div class="flex-auto"> <div class="flex items-center gap-4 border-b border-grey-200 py-6"> <div class="shrink-0"> <?php BackWPupHelpers::component("icon", ["name" => "file-alt", "size" => "xl"]); ?> </div> <div class="flex-auto"> <?php BackWPupHelpers::component("heading-desc", [ "title" => __("Files", 'backwpup'), "description" => __("Include your WordPress files in the backup", 'backwpup'), ]); ?> <p> <?php BackWPupHelpers::component("form/button", [ "type" => "link", "label" => __("Advanced settings", 'backwpup'), "trigger" => "load-and-open-sidebar", "class" => "onboarding-advanced-files-settings", "display" => "select-files", "data" => [ 'job-id' => $first_job_id, 'block-type' => 'children', 'block-name' => 'sidebar/select-files', ], ]); ?> </p> </div> <div> <?php BackWPupHelpers::component("form/toggle", [ "name" => "backup_files", "checked" => true, "trigger" => "onboarding-toggle-files", ]); ?> </div> <?php BackWPupHelpers::component("form/hidden", [ "name" => "backupexcludethumbs", "value" => false, ]); BackWPupHelpers::component("form/hidden", [ "name" => "backupspecialfiles", "value" => true, ]); BackWPupHelpers::component("form/hidden", [ "name" => "backupsyncnodelete", "value" => false, ]); ?> </div> <div class="flex items-center gap-4 py-6"> <div class="shrink-0"> <?php BackWPupHelpers::component("icon", ["name" => "database", "size" => "xl"]); ?> </div> <div class="flex-auto"> <?php BackWPupHelpers::component("heading-desc", [ "title" => __("Database", 'backwpup'), "description" => __("Include your WordPress database in the backup", 'backwpup'), ]); ?> <p> <?php BackWPupHelpers::component("form/button", [ "type" => "link", "label" => __("Advanced settings", 'backwpup'), "class" => "onboarding-advanced-database-setings", "trigger" => "load-and-open-sidebar", "display" => "select-tables", "data" => [ 'job-id' => $second_job_id, 'block-type' => 'children', 'block-name' => 'sidebar/select-tables', ], ]); ?> </p> </div> <div> <?php BackWPupHelpers::component("form/toggle", [ "name" => "backup_database", "trigger" => "onboarding-toggle-database", "checked" => true, ]); ?> </div> </div> </div>
[+]
app
[-] tags-item.php
[edit]
[+]
icons
[+]
data-settings
[-] storage-list-compact.php
[edit]
[-] table-row-backups-empty.php
[edit]
[-] closable-heading.php
[edit]
[-] table-row-backups.php
[edit]
[-] table-backups.php
[edit]
[+]
containers
[+]
form
[-] navigation-header.php
[edit]
[+]
restore
[-] storage-item-disabled.php
[edit]
[+]
navigation
[-] storage-list.php
[edit]
[-] storage-item-locked.php
[edit]
[-] job-item.php
[edit]
[-] separator.php
[edit]
[-] heading-desc.php
[edit]
[-] progress-bar.php
[edit]
[+]
..
[-] progress-box.php
[edit]
[-] first-congrats.php
[edit]
[-] selector-file-db.php
[edit]
[-] next-scheduled-backup.php
[edit]
[-] heading.php
[edit]
[+]
alerts
[-] tooltip.php
[edit]
[-] file-line.php
[edit]
[-] icon.php
[edit]
[+]
onboarding
[-] storage-item.php
[edit]