posts; $sql = "ALTER TABLE $poststable DROP INDEX crp_related"; $wpdb->query($sql); $sql = "ALTER TABLE $poststable DROP INDEX crp_related_title"; $wpdb->query($sql); $sql = "ALTER TABLE $poststable DROP INDEX crp_related_content"; $wpdb->query($sql); delete_option('ald_crp_settings'); ?>