xibodevelopment / backupwordpress

Simple automated backups of your WordPress powered website.
http://wordpress.org/extend/plugins/backupwordpress/
327 stars 74 forks source link

Use settings API #565

Open pdewouters opened 10 years ago

pdewouters commented 10 years ago

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

willmot commented 9 years ago

@pdewouters is this something that's worth doing? What are the benefits?

pdewouters commented 9 years ago

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 ...

willmot commented 9 years ago

Sounds worthy of exploration 👍