| Server IP : 104.21.20.151 / Your IP : 216.73.216.217 Web Server : Apache System : Linux sr32.hostlife.net 6.12.0-124.52.3.el10_1.x86_64 #1 SMP PREEMPT_DYNAMIC Sat May 2 09:06:54 EDT 2026 x86_64 User : golfb689 ( 1071) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/golfb689/fonbetbk.click/wp-content/plugins/backwpup/components/ |
Upload File : |
<?php
use BackWPup\Utils\BackWPupHelpers;
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
?>
<div class="flex-1 p-8 border border-grey-250 justify-center rounded-lg flex flex-col cursor-pointer backwpup-add-new-backup-card min-h-[173px]" id="js_backwpup_add_new_backup">
<div class="mb-2 flex justify-center">
<button class="text-primary-darker flex items-center justify-center gap-3 font-title font-bold">
<?php BackWPupHelpers::component("icon", ["name" => "plus", "size" => "medium-2x"]); ?>
<div class="text-base"><?php esc_html_e( 'Add a new backup', 'backwpup' ); ?></div>
</button>
</div>
</div>