value(); $values = json_decode( $v ); wp_enqueue_script( 'json2' ); // Font styles and decoration $font_italic = ! empty( $values->italic ) ? $values->italic : ''; $font_normal = ! empty( $values->normal ) ? $values->normal : ''; $font_weight = ! empty( $values->bold ) ? $values->bold : ''; $font_underline = ! empty( $values->underline ) ? $values->underline : ''; $font_linethrough = ! empty( $values->linethrough ) ? $values->linethrough : ''; $font_nostyle = ! empty( $values->nostyle ) ? $values->nostyle : ''; $label = $this->show_label && ! empty( $this->label ); ?> label ); ?>