">

' . __('Click Here to Download Backup.', 'wpdbbkp') . '';} update_option('wpdbbkp_dashboard_notify',false); esc_html_e('Backup Created Successfully. ', 'wpdbbkp'); } elseif ('restore' === $_GET['notification']) { esc_html_e('Backup Restore Successfully', 'wpdbbkp'); } elseif ('restore_limit' === $_GET['notification']) { esc_html_e('Restore Limit for Backup reached. Please update to PRO to remove this limit', 'wpdbbkp'); }elseif ('delete' === $_GET['notification']) { esc_html_e('Backup deleted Successfully', 'wpdbbkp'); }elseif ('deleteall' === $_GET['notification']) { esc_html_e('All Backup data is deleted Successfully', 'wpdbbkp'); } elseif ('clear_temp_db_backup_file' === $_GET['notification']) { esc_html_e('Clear all old/temp database backup files Successfully', 'wpdbbkp'); } elseif ('Invalid' === $_GET['notification']) { esc_html_e('Invalid Access!!!!', 'wpdbbkp'); } elseif ('deleteauth' === $_GET['notification']) { esc_html_e('Dropbox account unlink Successfully', 'wpdbbkp'); } elseif ('save' === $_GET['notification']) { esc_html_e('Backup Setting Saved Successfully', 'wpdbbkp'); } ?>