';
}
if ( $is_sticky ) {
$options = array();
$options['containerSelector'] = $sticky_container_selector;
$options['minWidth'] = (int) $sticky_min_width;
$options['padding']['top'] = (int) $sticky_top;
$options['padding']['bottom'] = (int) $sticky_bottom;
$options['activeClass'] = $sticky_active_class;
$options = json_encode( $options );
$output .= '
';
}
if ( $show_divider && ! $divider_pos ) {
$output .= $divider_output;
}
$output .= wpb_js_remove_wpautop( $content );
if ( $show_divider && 'bottom' === $divider_pos ) {
$output .= $divider_output;
}
if ( $is_sticky ) {
$output .= '
';
}
if ( $wrap_container ) {
$output .= '