library wp-settings-ui
An object oriented interface to the WordPress Settings API
mundschenk-at/wp-settings-ui
An object oriented interface to the WordPress Settings API
- Sunday, July 1, 2018
- by Der Mundschenk & Compagnie
- Repository
- 1 Watchers
- 0 Stars
- 28 Installations
- PHP
- 1 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
WordPress Settings UI
A library providing an object-oriented interface to the WordPress Settings API., (*1)
Features
- A WordPress plugin's settings page can be specified as an array of textual properties.
- A plugin can provide additional custom controls by implementing the
Mundschenk\UI\Control
interface.
- Standard controls included with the library:
- Checkbox (
Mundschenk\UI\Controls\Checkbox_Input
),
- Text field (
Mundschenk\UI\Controls\Text_Input
),
- Number field (
Mundschenk\UI\Controls\Number_Input
),
- Hidden field (
Mundschenk\UI\Controls\Hidden_Input
),
- Submit button (
Mundschenk\UI\Controls\Submit_Input
),
- Select box (
Mundschenk\UI\Controls\Select
),
- Plain text (
Mundschenk\UI\Controls\Display_Text
), and
- Text Area (
Mundschenk\UI\Controls\Textarea
).
dev-master
9999999-dev
An object oriented interface to the WordPress Settings API
Sources
Download
GPL-2.0-or-later
The Requires
The Development Requires