'label-default',
'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( 'label', 'osc_theme_labels' );