'aiocb_mb_bggroup', 'types' => array('backgroundgroup'), 'title' => 'Backgrounds', 'priority' => 'high', 'template' => array( array( 'type' => 'group', 'repeating' => false, 'sortable' => false, 'length' => 1, 'name' => 'bg', 'title' => 'Background', 'fields' => include plugin_dir_path(__FILE__) . 'includes/fields.php', ), array( 'type' => 'notebox', 'name' => 'n', 'label' => 'Pro Version Available', 'description' => '

Learn more about the pro version with additional support and features:

' . '', 'status' => 'normal', ) ) ); return $backgroundGroupMetabox;