'50', 'barstyle' => '', 'bartype' => '', 'class' => '', 'label' => '', ), $params ); $value = Sanitizer::int( $atts['value'] ); $barstyle = Sanitizer::class_list( $atts['barstyle'] ); $bartype = Sanitizer::class_list( $atts['bartype'] ); $class = Sanitizer::class_list( $atts['class'] ); $label = Sanitizer::html( $atts['label'] ); $out = '' !== $atts['label'] ? '
' : ''; return $out; } ebs_backward_compatibility_callback( 'progressbar', 'osc_theme_progressbar' );