Open pdewouters opened 10 years ago
@pdewouters is this something that's worth doing? What are the benefits?
Leveraging WordPress settings API is a benefit in itself I think. Also, would it allow us to remove some form handling code? and error handling can be done via settings_error
...
Sounds worthy of exploration 👍
After 3.0 release, we could use the settings API. We can leverage it for the settings form submission and error handling.
Here is a good candidate: https://github.com/humanmade/backupwordpress/blob/master/admin/schedule-settings.php
The addons could also use it