add_uploader(
$section_name,
bgbn_sanitize_image_id( $image_id ),
array(
'add' => __( 'Set slide image', 'bgbn' ),
'remove' => __( 'Remove slide image', 'bgbn' ),
'title' => __( 'Slide image', 'bgbn' ),
'button' => __( 'Use as slide image', 'bgbn' ),
)
);
?>
true,
'quicktags' => true,
'textarea_name' => $section_name . '[content]'
);
if ( true === $bgbn_is_js_template ) : ?>
wp_editor( '', 'bgbneditorbannerslidetemp', $editor_settings ); ?>
wp_editor( $content, 'bgbneditorbannerslide' . $bgbn_slide_id, $editor_settings ); ?>