File: /home/t/h/a/thanexcelr/www/wp-content/plugins/2j-slideshow/inc/options/images.php
<?php
/*
* 2J SlideShow http://2joomla.net/wordpress
* Version: 1.3.12 - 85273
* Author: 2J Team (c)
* Author URI: http://2joomla.net/wordpress
* License: GPL-2.0+
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
* Date: Sat, 28 Jan 2017 14:08:08 GMT
*/
$tools_metabox = new_cmb2_box( array(
'id' => TWOJ_SLIDESHOW_PREFIX . 'images_metabox',
'title' => __( 'Tools', 'twoj_slideshow' ),
'object_types' => array( TWOJ_SLIDESHOW_TYPE_POST ),
'context' => 'normal',
'priority' => 'high',
'closed' => twoj_slideshow_set_checkbox_default_for_new_post(0),
'show_names' => false,
));
$tools_metabox->add_field(array(
'button' => __( 'Manage Slides', 'twoj_slideshow' ),
'id' => TWOJ_SLIDESHOW_PREFIX . 'slideshowImages',
'type' => 'twoj_slideshow',
'sanitization_cb' => 'twoj_slideshow_field_sanitise'
));