PATH:
home
/
thebhoeo
/
.trash
/
backwpup
/
parts
/
sidebar
/
parts
<?php use BackWPup\Utils\BackWPupHelpers; if ( ! defined( 'ABSPATH' ) ) { exit; } //Get the current network settings. $authentication = get_site_option( 'backwpup_cfg_authentication', [ 'method' => '', 'basic_user' => '', 'basic_password' => '', 'user_id' => 0, 'query_arg' => '', ] ); BackWPupHelpers::component("form/text", [ "name" => "authentication_query_arg", "label" => __("Query arg key=value:", 'backwpup'), "value" => $authentication['query_arg'], ]); ?>
[-] 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]