ernilambar / optioner
Minimal option framework for WordPress.
3.1.0
2025-07-21 00:44 UTC
Requires
- php: >=7.2.24
Requires (Dev)
- dealerdirect/phpcodesniffer-composer-installer: ^1
- php-parallel-lint/php-parallel-lint: ^1.4
- phpcompatibility/php-compatibility: dev-develop#9013cd039fe5740953f9fdeebd19d901b80e26f2
- wp-coding-standards/wpcs: ^3.1
README
Minimal option framework for WordPress themes and plugins.
Features
- Easy to use: Simple API for creating WordPress admin settings pages
- Flexible: Support for tabs, fields, and custom callbacks
- Extensible: Hooks and filters for customization
- Accessible: Proper HTML structure and ARIA attributes
- Extra Attributes: Support for additional HTML attributes
Field Types
- Text, Email, URL, Number, Password
- Textarea, Code Editor, WordPress Editor
- Select, Radio, Checkbox, Toggle, Multi-check
- Image, Color, Heading, Message
- Button Set, Radio Image
- Custom fields with render callbacks
License
This project is licensed under the MIT.