'', 'class' => '', ), $params ); $out = ''; $content = str_replace( '
', '', $content ); $content = str_replace( '
\n', '', $content ); $type = Sanitizer::class_list( $atts['type'] ); $class = Sanitizer::class_list( $atts['class'] ); $out = '
' . do_shortcode( $content ) . '
'; return $out; } ebs_backward_compatibility_callback( 'well', 'osc_theme_well' );