'.$update_print_text[$i].' '.__('Updated', 'wp-print').'
';
}
$i++;
}
if(empty($text)) {
$text = ''.__('No Print Option Updated', 'wp-print').'';
}
break;
// Uninstall WP-Print
case __('UNINSTALL WP-Print', 'wp-print') :
if(trim($_POST['uninstall_print_yes']) == 'yes') {
echo '
';
foreach($print_settings as $setting) {
$delete_setting = delete_option($setting);
if($delete_setting) {
echo '';
printf(__('Setting Key \'%s\' has been deleted.', 'wp-print'), "{$setting}");
echo '
';
} else {
echo '';
printf(__('Error deleting Setting Key \'%s\'.', 'wp-print'), "{$setting}");
echo '
';
}
}
echo '
'.sprintf(__('Click Here To Finish The Uninstallation And WP-Print Will Be Deactivated Automatically.', 'wp-print'), $deactivate_url).'
'; echo ''.$text.'