prefix . 'esp_instanda_transactions'; // Table name is a trusted internal constant, not user input. $wpdb->query("DROP TABLE IF EXISTS {$table}"); delete_option('espinstanda_db_version'); delete_option('espinstanda_operating_mode_audit'); // Clear any scheduled cleanup that may still be queued. wp_clear_scheduled_hook('esp_instanda_cleanup'); } catch (\Throwable $e) { if (function_exists('error_log')) { error_log('ESP INSTANDA uninstall: ' . $e->getMessage()); } }