The best and the easiest WordPress options panel for themes and plugins.
Feel free to use this admin options panel in your premium and commercial projects.
- Download and install Dilaz Panel plugin.
- Download Dilaz Panel Options and add it into your WordPress project (theme or plugin).
Download and install Dilaz Demo Theme to see a useful example on how to integrate this dilaz panel into your WordPress theme development project.
Download and install Dilaz Demo Plugin to see a useful example on how to integrate this dilaz panel into your WordPress plugin development project.
- Fault Tolerant - Continues to working effectively even when a component is faulty.
- Backward Compatible - Fairly interoperable with WP older legacy versions and your own option settings.
- Extendability - Easy to update or create new functionality. Future growth considered.
- Reliability - Full operational under stated WP conditions. No surprises.
- Maintainability - Easy to maintain, update, correct defects or repair faulty parts.
- Easy updating - Your settings will not be part of core files.
- AddOns availability - Ability to create AddOns using Dilaz Panel (hooks and filters).
- Both Plugins & Themes - Can be used in/with any WordPress theme or plugin.
- Heading
- Sub-heading
- Info
- Text
- Textarea
- Dropdown Select
- Multiselect/Multiple Select
- Post Select
- Term/Taxonomy/Category Select
- User Select
- Radio Select
- Image Select
- Button & Buttonset
- Switch Buttons
- Checkbox
- Multicheck/Multiple Checkboxes
- Slider Select
- Range Slider Select
- Color Picker
- Multiple Color Picker
- Font Select
- File Upload - Image, Audio, Video, Document, Spreadsheet, Interactive, Text, Archive, Code
- Background Select
- Files - Image, Audio, Video, Document, Spreadsheet, Interactive, Text, Archive, Code
- Attributes - Size, Repeat, Position, Attachment, Origin, Color
- WordPress Editor
- Import
- Export
wp-content/plugins/dilaz-panel/ # → Dilaz panel root directory ├── assets/ # → Plugin ssets │ ├── css/ # → Stylesheets │ ├── fonts/ # → Fonts │ ├── images/ # → Images │ └── js/ # → JavaScripts ├── includes/ # → Includes │ ├── defaults.php # → Defaults (never edit) │ ├── export.php # → Export and Import file for panel options (never edit) │ ├── fields.php # → Panel option fields (never edit) │ └── functions.php # → Panel functions (never edit) └── dilaz-panel.php # → Index file (never edit)
To get a local working copy of the development repository, do:
git clone https://github.com/Rodgath/dilaz-panel.git
Alternatively, you can download the latest development version as a tarball as follows:
wget --content-disposition https://github.com/Rodgath/dilaz-panel/tarball/main
OR
curl -LJO https://github.com/Rodgath/dilaz-panel/tarball/main