Adding Settings to an Existing Page Using the Settings API

When it comes to saving options and settings in WordPress, you all probably know and use the Options API: add_option(), update_option(), get_option() and delete_option(). These functions are the first layer of another, broader and powerful, yet under-used, API: the Settings API. Goal of this Tutorial Some time ago I wrote a quick tutorial on how … Continue reading Adding Settings to an Existing Page Using the Settings API