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
This commit is contained in:
2026-01-16 11:46:23 +09:00
parent 6cfa6e2451
commit dca1cf7f37

View File

@@ -272,6 +272,7 @@ class Umzugsliste_Settings {
?>
<div class="wrap">
<h1>Umzugsliste Einstellungen</h1>
<?php settings_errors(); ?>
<form method="post" action="options.php">
<?php
settings_fields( 'umzugsliste_settings' );