Plugin info

Total downloads: 3,674
Active installs: 10
Total reviews: 4
Average rating: 5
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 2
Last updated: 3/14/2020 (2118 days ago)
Added to WordPress: 6/7/2012 (13 years old)
Minimum WordPress version: 3.3
Tested up to WordPress version: 5.4.18
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 2118 days ago • 4 reviews

22/100

Is Settings API abandoned?

Possibly abandoned (last update 2118 days ago).

Compatibility

Requires WordPress: 3.3
Tested up to: 5.4.18
Requires PHP: f

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

WordPress Options
Rating 4.0/5 (1 reviews)Active installs 30
Register Settings API
Rating 5.0/5 (2 reviews)Active installs 10
Object Oriented Plugin Template Solution
Rating 5.0/5 (2 reviews)Active installs 0

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

Installation

  1. Upload and install the plugin
  2. You’ll have a new options page under the ‘Settings’ area

Frequently Asked Questions

What this plugin for?

It’s mainly a plugin that demonstrates the Settings API PHP class

Whats the facility?

A plugin or theme developer can build their options panel with Settings API easily

What is Settings API ?

Settings API is a functionality from WordPress that helps developers to save their options data very easily and securely.
More about Settings API.

Review feed

Adnan
9/3/2016

Excellent coded and helpful.

Impressed what you have done here Tareq!! Cheers, Adnan
King Rayhan
9/3/2016

Just Awesome

This plugin has save lots of my time :)

Screenshots

  1. The options panel build on the fly using the PHP Class

    The options panel build on the fly using the PHP Class

Changelog

v1.3 (27 September, 2016)

  • [new] Placeholder support for text and textarea input
  • [new] min, max and step support for number field
  • [fix] Empty multicheck saving warning
  • [improved] Don’t show the navigation if only one section exists

v1.1 (23 April, 2015)

  • [new] Folder structure updated
  • [new] composer support added
  • [new] Number field added
  • [new] URL field added
  • [improved] wysiwyg field responsive support. Allow to pass options to wp_editor
  • [new] WP Media uploader added

v1.0 (16 July, 2014)

  • [new] color, password and wysiwyg example added on plugin settings
  • [new] Color Picker added
  • [improved] Allow to set description for section
  • Some other old fixes 😉

0.1

  • Initial release