__("Edit Title", 'backwpup'),
'type' => 'sidebar'
]);
?>
"small"]); ?>
"title",
"identifier" => "backwpup-job-title",
"label" => __("Edit the title of your scheduled backup", 'backwpup'),
"value" => esc_attr(BackWPup_Option::get($job_id, 'name')),
"required" => true,
]);
?>
'alert',
'font' => 'small',
'content' => __( 'Your scheduled backup needs a title.', 'backwpup' ),
]);
?>
'backwpup-job-id',
"name" => "job_id",
"value" => $job_id,
]);
?>
"primary",
"label" => __("Save", 'backwpup'),
"full_width" => true,
"class" => "mt-4",
"identifier" => 'js-backwpup-save-title'
]);
?>