Commit Graph

5 Commits

Author SHA1 Message Date
marcus a3bf7fc78f Revert "Refactor(Admin): Implement Settings API & AJAX save for Settings Manager"
This reverts commit f65d648a82.
2025-04-19 13:15:29 +01:00
marcus f65d648a82 Refactor(Admin): Implement Settings API & AJAX save for Settings Manager
- Refactored WPALLSTARS_Settings_Manager to use WordPress Settings API.
- Stores settings in single 'wpallstars_options' array.
- Implemented robust AJAX saving for specific settings (e.g., color scheme, auto-upload) via WPALLSTARS_Admin_Manager::update_option.
- Updated JS and setting render functions for AJAX.
- Corrected admin menu registration and script enqueue hooks.
- Includes file renames from wp-allstars to wpallstars.
2025-04-19 13:12:37 +01:00
marcus 478be700fc [FIX] Resolve toggle switch functionality in UI enhancements 2025-04-08 01:25:26 +01:00
marcus a4c69999f6 [FUNCTIONAL] Add Basic Admin UI Enhancements feature with toggle switch fixes 2025-04-08 01:23:31 +01:00
marcus cd48fcada2 [FUNCTIONAL] Add Basic Admin UI Enhancements feature 2025-04-08 01:19:31 +01:00