How to display admin error notice if settings saved succesfully?
Ok, I think I have an idea what is going on. The list of notices to display is retrieved by get_settings_errors() ( source ). This function reads notices from global $wp_settings_errors unless there is settings_errors transient set, which trumps global var. When settings are saved there is check for no setting errors and if so … Read more