Download the PHP package grottopress/wordpress-meta-box without Composer
On this page you can find all versions of the php package grottopress/wordpress-meta-box. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download grottopress/wordpress-meta-box
More information about grottopress/wordpress-meta-box
Files in grottopress/wordpress-meta-box
Download grottopress/wordpress-meta-box
More information about grottopress/wordpress-meta-box
Files in grottopress/wordpress-meta-box
Vendor grottopress
Package wordpress-meta-box
Short Description A utility to set up meta boxes in WordPress
License MIT
Homepage https://github.com/GrottoPress/wordpress-meta-box
Package wordpress-meta-box
Short Description A utility to set up meta boxes in WordPress
License MIT
Homepage https://github.com/GrottoPress/wordpress-meta-box
Please rate this library. Is it a good library?
Informations about the package wordpress-meta-box
WordPress Meta Box
A utility to set up meta boxes in WordPress
Installation
Install via composer:
Usage
Set up single meta box
Follow the example below to set up a meta box:
Set up multiple meta boxes
You may set up multiple meta boxes all at the same time, by returning an array of arrays (an array of meta box args) in the box()
method in our example above:
Then, use a foreach loop for both add()
and save()
methods:
Development
Run tests with composer run test
.
Contributing
- Fork it
- Switch to the
master
branch:git checkout master
- Create your feature branch:
git checkout -b my-new-feature
- Make your changes, updating changelog and documentation as appropriate.
- Commit your changes:
git commit
- Push to the branch:
git push origin my-new-feature
- Submit a new Pull Request against the
GrottoPress:master
branch.
All versions of wordpress-meta-box with dependencies
PHP Build Version
Package Version
The package grottopress/wordpress-meta-box contains the following files
Loading the files please wait ....