The Complete Guide To The WordPress Settings API is a series of articles by Tom McFarlin for Envato’s Tuts+ network. With a total of eight posts, it covers all the stuff you’ll need to start creating options pages. Tom has also made a project on Github, which is actually faster to read for more experienced developers.
Tag Archives: settings api
Creating Reusable Controls with the Settings API
Here’s a tip! add_settings_field() has an $args parameter which is an array, passed on to the callback functions that you assign. So it’s pretty easy to create reusable controls, like this: