__("Others in wp-content", 'backwpup') . " - " . __("Exclusion Settings", 'backwpup'),
'type' => 'modal'
]);
?>
$file['name'],
"label" => $file['name'],
"name" => "backupcontentexcludedirs[]",
"icon" => "folder",
"included" => !$file['excluded'],
]);
}
?>