prefix . 'pcfb_forms', $wpdb->prefix . 'pcfb_fields', $wpdb->prefix . 'pcfb_responses', $wpdb->prefix . 'pcfb_response_data', ); foreach ( $tables as $table ) { $wpdb->query( "DROP TABLE IF EXISTS {$table}" ); }