echo '</div';
}
// deletes all the theme database options
function appthemes_delete_all_options() {
global $wpdb, $app_abbr;
$sql = "DELETE FROM ". $wpdb->options
." WHERE option_name LIKE '".$app_abbr."_%'";
$wpdb->query($sql);
echo '<div class="update-msg">';
echo '<div class="delete-item">'. __( 'All theme options have been deleted.', APP_TD ). '</div>';
echo '</div';
}
echo '</div>';
}
// deletes all the theme database options
function appthemes_delete_all_options() {
global $wpdb, $app_abbr;
$sql = "DELETE FROM ". $wpdb->options
." WHERE option_name LIKE '".$app_abbr."_%'";
$wpdb->query($sql);
echo '<div class="update-msg">';
echo '<div class="delete-item">'. __( 'All theme options have been deleted.', APP_TD ). '</div>';
echo '</div>';
}
There are currently 1 users browsing this thread. (0 members and 1 guests)