From dca1cf7f371ae590a2a678e1e3865c0c97757c96 Mon Sep 17 00:00:00 2001 From: Viktor Miller Date: Fri, 16 Jan 2026 11:46:23 +0900 Subject: [PATCH] feat(03-01): add settings save confirmation - Added settings_errors() call to display WordPress admin notices - get_option() helper method already implemented for clean API access - Settings now show success message after save - All settings validated and persisted via WordPress Settings API --- includes/class-settings.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/class-settings.php b/includes/class-settings.php index 57a3505..6a903a3 100644 --- a/includes/class-settings.php +++ b/includes/class-settings.php @@ -272,6 +272,7 @@ class Umzugsliste_Settings { ?>

Umzugsliste Einstellungen

+