Skip to content

A WordPress plugin that adds metabox options framework for other WordPress themes and plugins.

License

Notifications You must be signed in to change notification settings

Rodgath/dilaz-metabox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dilaz Metabox

WordPress custom metabox fields for themes and plugins.

Feel free to use this metabox plugin in your premium and commercial projects(themes or plugins).

alt text

How to use

  1. Download and install Dilaz Metabox plugin
  2. Download Dilaz Metabox Options and add it into your WordPress project (theme or plugin).

Example of how to use Dilaz Panel in a theme

Download and install Dilaz Demo Theme to see a useful example on how to integrate this dilaz panel into your WordPress theme development project.

Example of how to use Dilaz Panel in a plugin

Download and install Dilaz Demo Plugin to see a useful example on how to integrate this dilaz panel into your WordPress plugin development project.

Features

  • 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.

Metabox Fields

  • Text
  • Password
  • Hidden
  • Paragraph
  • URL
  • Email
  • 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

File Structure

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)

Download

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