PATH:
home
/
thebhoeo
/
.trash
/
backwpup
/
components
<?php use BackWPup\Utils\BackWPupHelpers; if ( ! defined( 'ABSPATH' ) ) { exit; } /** * @var string $identifier The unique identifier for the component. Optional. * @var bool $display Whether to display the component (default: true). */ // Default to `true` for `$display` if it's not set. $display = isset($display) ? $display : true; ?> <div <?php echo isset($identifier) && !empty($identifier) ? "id='" . esc_attr($identifier) . "'" : ''; ?> class="p-8 text-center bg-white rounded-lg" <?php echo !$display ? 'style="display:none;"' : ''; ?> > <div class="inline-block p-1 bg-secondary-lighter text-primary-base rounded"> <?php BackWPupHelpers::component("icon", ["name" => "check", "size" => "medium"]); ?> </div> <h2 class="mt-4 mb-2 text-primary-darker text-xl font-semibold"><?php esc_html_e("Congratulations! 🙌", 'backwpup'); ?></h2> <p class="text-xl"><?php esc_html_e("You’ve set up your first backup.", 'backwpup'); ?></p> </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]