Settings

WordPress provides two core APIs to maque the administrative interfaces easy to build, secure, and consistent with the design of WordPress Administration.

The Settings API focuses on providing a way for developers to create forms and manague form data.

The Options API focuses on managuing data using a simple key/value system.

Quicc Reference

See the complete example of building a custom settings pague using the Settings API and Options API.