The Theme Name & Theme Folder is same, I figured out there are two problems:
1- Save setting Button is not working
if(isset($_REQUEST['updated']) == 'true'){}
this is not working
2- Register Settings is not working when I use array
register_setting('my_settings', $settings);
where $settings is an array.. But if I use a single variable it works then. =(
Thanks in advance =)
Changed “$settings = ‘mods_’.get_current_theme();”
To ” $settings = ‘theme_mods_’.get_current_theme();
its still not working for me… Can’t save the settings. Reset is also not working. its showing the previous settings stored in the DB