Download the PHP package mundschenk-at/wp-settings-ui without Composer
On this page you can find all versions of the php package mundschenk-at/wp-settings-ui. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mundschenk-at/wp-settings-ui
More information about mundschenk-at/wp-settings-ui
Files in mundschenk-at/wp-settings-ui
Download mundschenk-at/wp-settings-ui
More information about mundschenk-at/wp-settings-ui
Files in mundschenk-at/wp-settings-ui
Vendor mundschenk-at
Package wp-settings-ui
Short Description An object oriented interface to the WordPress Settings API
License GPL-2.0-or-later
Package wp-settings-ui
Short Description An object oriented interface to the WordPress Settings API
License GPL-2.0-or-later
Please rate this library. Is it a good library?
Informations about the package wp-settings-ui
WordPress Settings UI
A library providing an object-oriented interface to the WordPress Settings API.
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
).
- Checkbox (
All versions of wp-settings-ui with dependencies
PHP Build Version
Package Version
The package mundschenk-at/wp-settings-ui contains the following files
Loading the files please wait ....