README.md
822 Bytes
Options
for WordPress
An options framework for your plugin or theme, without all the fuss.
- Up and running in 30 lines of code or less
- Lightweight: use only the fields you need
- Extensible: create as many custom fields, page layouts, and validation functions as you need… all without modifying the core files
- Modern: built on Bootstrap, Bootstrap Formhelpers, and Font Awesome. Fully supports the new MP6 WordPress admin styles
- Excellent documentation
See options.mindsharelabs.com for tutorials and documentation.
v2.2
- Suppressed PHP notices
- Added support for overrides for specific fields
- Updated select field to use Select2 library
- Added multi-select field type
- Made $options variable protected (instead of private)