Skip to content

Commit 5ff473d

Browse files
initialze $css
1 parent d8b0e32 commit 5ff473d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

classes/Visualizer/Module/Frontend.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ public function renderChart( $atts ) {
230230

231231
$id = $id . '-' . rand();
232232
$arguments = array( '', $id, $settings );
233+
$css = '';
233234
apply_filters_ref_array( 'visualizer_pro_inline_css', array( &$arguments ) );
234235
if ( ! empty( $arguments ) ) {
235236
$css = $arguments[0];

0 commit comments

Comments
 (0)