A plugin that extends ButterBean, a neat little post meta box framework by Justin Tadlock.
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.
}
All notable changes to this project will be documented in this section.
- A custom setting type:
serialize
.