Settings API

Settings API Install Statistics

11
100%
Today: 11 Yesterday: 0 All-time: 3,256 downloads
Settings API Icon

Try plugin: Settings API

We'll create fresh WordPress site with Settings API installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About Settings API

A PHP class wrapper for handling WordPress settings API. Gives a very handy way to build theme or plugins option panel.

4


0


0


0


0

updated: 4 years ago
since: 12 years ago
author: Tareq Hasan

Description

This plugin is for developers, not general users.

This is mainly a PHP class that you can use to build your themes and plugins option panel. It’s a wrapper class that uses
Settings API under the hood. All you need is to just pass the sections and fields
you need as an PHP array. And your options panel will be build automatically on the fly with a tiny PHP class.

This is mainly a demo plugin that uses the Settings API PHP class.

Visit the Github for the latest development snapshot.

Usage Example

A nice tutorial is presented can be found here about how to use this PHP class