Settings API

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

Author:Tareq Hasan (profile at wordpress.org)
WordPress version required:3.3
WordPress version tested:5.4.1
Plugin version:1.3
Added to WordPress repository:07-06-2012
Last updated:14-03-2020
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:100
Rated by:4
Plugin URI:https://tareq.co/2012/06/wordpress-settings-a...
Total downloads:3 267
Active installs:10+
plugin download
Click to start download

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


Screenshots
FAQ
ChangeLog