[wp-hackers] Admin Construction Abstraction

Jeremy Clarke jer at simianuprising.com
Thu Aug 11 17:57:08 UTC 2011


FWIW the core WP answer to your question is the Settings API, which handles
page construction and a lot of the data processing for you:

http://codex.wordpress.org/Settings_API

It still involves some form creation so you will still be typing some < and
> to create form pages, but it streamlines the process for you and works
really well once you get going with it. If you decide to use an external
library the best practice would still be to use it with the Settings API for
your settings pages to keep your code as futureproof as possible.


-- 
Jeremy Clarke • jeremyclarke.org
Code and Design • globalvoicesonline.org


More information about the wp-hackers mailing list