7) { $display_backup_count = 7; } if($general_setting['options']['wpvivid_common_setting']['estimate_backup']) { $wpvivid_setting_estimate_backup='checked'; } else{ $wpvivid_setting_estimate_backup=''; } /*if(!isset($general_setting['options']['wpvivid_common_setting']['show_tab_menu'])){ $wpvivid_show_tab_menu='checked'; } else { if ($general_setting['options']['wpvivid_common_setting']['show_tab_menu']) { $wpvivid_show_tab_menu = 'checked'; } else { $wpvivid_show_tab_menu = ''; } }*/ if(!isset($general_setting['options']['wpvivid_common_setting']['show_admin_bar'])){ $show_admin_bar = 'checked'; } else{ if($general_setting['options']['wpvivid_common_setting']['show_admin_bar']){ $show_admin_bar = 'checked'; } else{ $show_admin_bar = ''; } } if(!isset($general_setting['options']['wpvivid_common_setting']['domain_include'])){ $wpvivid_domain_include = 'checked'; } else{ if($general_setting['options']['wpvivid_common_setting']['domain_include']){ $wpvivid_domain_include = 'checked'; } else{ $wpvivid_domain_include = ''; } } if(!isset($general_setting['options']['wpvivid_common_setting']['ismerge'])){ $wpvivid_ismerge = 'checked'; } else{ if($general_setting['options']['wpvivid_common_setting']['ismerge'] == '1'){ $wpvivid_ismerge = 'checked'; } else{ $wpvivid_ismerge = ''; } } if(!isset($general_setting['options']['wpvivid_common_setting']['retain_local'])){ $wpvivid_retain_local = ''; } else{ if($general_setting['options']['wpvivid_common_setting']['retain_local'] == '1'){ $wpvivid_retain_local = 'checked'; } else{ $wpvivid_retain_local = ''; } } if(!isset($general_setting['options']['wpvivid_common_setting']['uninstall_clear_folder'])){ $uninstall_clear_folder = ''; } else{ if($general_setting['options']['wpvivid_common_setting']['uninstall_clear_folder'] == '1'){ $uninstall_clear_folder = 'checked'; } else{ $uninstall_clear_folder = ''; } } if(!isset($general_setting['options']['wpvivid_common_setting']['backup_symlink_folder'])){ $backup_symlink_folder = ''; } else{ if($general_setting['options']['wpvivid_common_setting']['backup_symlink_folder'] == '1'){ $backup_symlink_folder = 'checked'; } else{ $backup_symlink_folder = ''; } } global $wpvivid_plugin; $out_of_date=$wpvivid_plugin->_get_out_of_date_info(); ?>
In order to use this function, please install a WordPress SMTP plugin of your preference and configure your SMTP server first. This is because WordPress uses the PHP Mail function to send its emails by default, which is not supported by many hosts and can cause issues if it is not set properly.