Download the PHP package mbv-media/magic-meta-box without Composer
On this page you can find all versions of the php package mbv-media/magic-meta-box. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mbv-media/magic-meta-box
More information about mbv-media/magic-meta-box
Files in mbv-media/magic-meta-box
Download mbv-media/magic-meta-box
More information about mbv-media/magic-meta-box
Files in mbv-media/magic-meta-box
Vendor mbv-media
Package magic-meta-box
Short Description Helper class to generate WordPress MetaBoxes.
License MIT
Homepage https://github.com/R4c00n/MagicMetaBox
Package magic-meta-box
Short Description Helper class to generate WordPress MetaBoxes.
License MIT
Homepage https://github.com/R4c00n/MagicMetaBox
Please rate this library. Is it a good library?
Informations about the package magic-meta-box
MagicMetaBox
Helper class to generate wordpress metaboxes
Installation
If you're using composer, run:
Require composer autoload.php
and add use MagicMetaBox\MagicMetaBox;
to your plugins code.
Usage
Create a metabox
Create new instance of MagicMetaBox
Add input fields
Add a text input field to your new metabox:
Add a textarea to your new metabox:
Add a checkbox to your new metabox:
Add a select input to your new metabox:
Access meta data
Access meta data via prefix + metabox id. Data is stored as array with input names as keys.
All versions of magic-meta-box with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package mbv-media/magic-meta-box contains the following files
Loading the files please wait ....