WordPress custom metabox fields for themes and plugins.
Feel free to use this metabox plugin in your premium and commercial projects(themes or plugins).
- Download and install Dilaz Metabox plugin
- Download Dilaz Metabox 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 - AddOns created by ther software developers.
- Both Plugins & Themes - Can be used with any WordPress theme or plugin.
- Text
- Password
- Hidden
- Paragraph
- URL
- Number
- Stepper
- Code
- Textarea
- WordPress Editor
- Radio Select
- Checkbox
- Multicheck/Multiple Checkboxes
- Dropdown Select
- Multiselect/Multiple Select
- Post Select
- Term/Taxonomy/Category Select
- User Select
- Timezone Select
- Image Select
- Color Picker
- Multiple Color Picker
- Date Select
- Date Select - (From-To)
- Month Select
- Month Select - (From-To)
- Time Select
- Time Select - (From-To)
- Date & Time Select
- Date & Time Select - (From-To)
- Slider Select
- Range Slider Select
- File Upload - Image, Audio, Video, Document, Spreadsheet, Interactive, Text, Archive, Code
- Button & Buttonset
- Switch Buttons
wp-content/plugins/dilaz-metaboxes/ # → Dilaz metaboxes root directory
├── assets/ # → Assets
│ ├── css/ # → Stylesheets
│ ├── fonts/ # → Fonts
│ ├── images/ # → Images
│ └── js/ # → JavaScripts
├── inc/ # → Includes
│ ├── fields.php # → Metabox fields (never edit)
│ ├── functions.php # → Metabox functions (never edit)
│ └── metabox-class.php # → Metabox class (never edit)
└── dilaz-metabox.php # → metabox access (never edit)
To get a local working copy of the development repository, do:
git clone https://github.com/Rodgath/dilaz-metabox.git
Alternatively, you can download the latest development version as a tarball as follows:
wget --content-disposition https://github.com/Rodgath/dilaz-metabox/tarball/main
OR
curl -LJO https://github.com/Rodgath/dilaz-metabox/tarball/main