PATH:
home
/
thebhoeo
/
.trash
/
backwpup
/
parts
/
sidebar
/
parts
<?php use BackWPup\Utils\BackWPupHelpers; if ( ! defined( 'ABSPATH' ) ) { exit; } /** * @var int $job_id Job ID information */ ?> <p class="text-base text-center"><?php esc_html_e( 'Add folders, files or extensions you want to include', 'backwpup' ); ?></p> <div class="mt-4"> <?php $tags = BackWPup_Option::get( $job_id, 'dirinclude' ) ?? ''; BackWPupHelpers::component( 'form/add', [ 'name' => 'dirinclude', 'trigger' => 'add-include-folder', 'placeholder' => '', 'tags' => explode( ',', $tags ? : '' ), ] ); ?> </div>
[-] network-user-authentication.php
[edit]
[-] include-in-backup.php
[edit]
[-] archive-format-selector.php
[edit]
[-] files-content-selector-pro.php
[edit]
[+]
..
[-] network-basic-authentication.php
[edit]
[-] network-query-argument-authentication.php
[edit]
[-] exclude-from-backup.php
[edit]