Closed bobbingwide closed 2 years ago
Is the logic that sets $attrs necessary. The variable's not used.
$attrs
function sb_chart_block_shortcode( $atts, $content, $tag ) { $attrs = []; $attrs[ 'type'] = sb_chart_block_array_get( $atts, 'type', 'Line');
Is the logic that sets $attrs necessary
Apparently not.
This was released in v0.4.1 so closing.
Is the logic that sets
$attrs
necessary. The variable's not used.