'',
'basic_user' => '',
'basic_password' => '',
'user_id' => 0,
'query_arg' => '',
]
);
BackWPupHelpers::component("closable-heading", [
'title' => __("Network Settings", 'backwpup'),
'type' => 'sidebar'
]);
?>
"link",
"label" => __("Back to Advanced Settings", 'backwpup'),
"icon_name" => "arrow-left",
"icon_position" => "before",
"trigger" => "open-sidebar",
"display" => "advanced-settings",
]);
?>
"authentication_method",
"label" => __("Authentication method", 'backwpup'),
"value" => $authentication['method'],
"trigger" => "network-authentication-method",
"options" => [
"" => "",
"basic" => "Basic auth",
"user" => "Wordpress User",
"query_arg" => "Query argument",
],
]);
?>
"alert",
"font" => "xs",
"content" => __("If you protected your blog with HTTP basic authentication (.htaccess), or you use a plugin to secure wp-cron.php, then use the authentication methods above.", 'backwpup'),
]);
?>
"large",
"children" => "sidebar/parts/network-basic-authentication",
"identifier" => "network-basic-authentication",
"display" => false,
]);
?>
"large",
"children" => "sidebar/parts/network-user-authentication",
"identifier" => "network-user-authentication",
"display" => false,
]);
?>
"large",
"children" => "sidebar/parts/network-query-argument-authentication",
"identifier" => "network-query_arg-authentication",
"display" => false,
]);
?>
"primary",
"label" => __("Save", 'backwpup'),
"full_width" => true,
"trigger" => "sidebar-submit-form",
]);
?>