'portfolio_layout_metabox', 'title' => esc_html__( 'Portfolio Item Layout Options', 'brad' ), 'object_types' => array( 'portfolio' ), // post type 'context' => 'normal', 'priority' => 'high', 'show_names' => true, // Show field names on the left 'fields' => array( array( 'name' => esc_html__( 'Featured Content Images', 'brad' ), 'desc' => esc_html__( 'Drag & Drop to Reorder', 'brad' ), 'id' => $prefix . 'gallery_images', 'type' => 'file_list', ) ) ); return $meta_boxes; } add_filter( 'cmb2_meta_boxes', 'ebor_custom_metaboxes' ); }