Bundle
Bundles are repeatable groups of fields.
$box = new Cuztom_Meta_Box( $id, $title, $post_type, array(
array(
'bundle',
array(
// Fields
)
)
) );
Updated less than a minute ago
Bundles are repeatable groups of fields.
$box = new Cuztom_Meta_Box( $id, $title, $post_type, array(
array(
'bundle',
array(
// Fields
)
)
) );
Updated less than a minute ago