August 03, 2012
The WordPress settings api is a collection of functions that allows you to extend existing admin pages with your own fields or create new pages. In this tutorial, we’ll cover how to do both. Overview The settings api is comprised of several functions. The most important of which are: register_setting – Registers our setting with WordPress, which […]