Tagged Questions
1
vote
0answers
61 views
Remove default admin notification, Settings API
I have added custom error messages while saving WordPress plugin settings using the settings API method add_settings_error.
It is working well, but the default message ("Settings saved.") is also ...
4
votes
3answers
838 views
How should one implement add_settings_error on custom menu pages?
The Professional WordPress Plugin Development book explains in detail how to properly use the Settings API, and it also demonstrates how to add Menus and Submenus, but unfortunately it doesn't provide ...