Skip to content

tfirdaus/butterbean-extend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ButterBean Extend

A plugin that extends ButterBean, a neat little post meta box framework by Justin Tadlock.

Installation

Load it along with the ButterBean main library, as follows:

add_action( 'plugins_loaded', 'load_butterbean' );

function load_butterbean() {
        require_once( 'path/to/butterbean/butterbean.php' ); // Load main ButterBean library.
        require_once( 'path/to/butterbean-extend/butterbean-extend.php' ); // load ButterBean extension.
}

Change Log

All notable changes to this project will be documented in this section.

[0.0.1] - 2016-14-09

Added

  • A custom setting type: serialize.

About

Extending Butterbean, a neat little post meta framework by @justintadlock, with custom Settings and Controls

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages