Full error: Notice: Undefined index: extended_valid_elements in /data/htdocs/oir-datahub.test.ualr.edu/dashboard/wp-content/plugins/highcharts-editor/highcharts-editor.php on line 23
In the $settings array that is part of the tiny_mce_before_init filter, there doesn't seem to be an 'extended_valid_elements' key already there, so appending fails.
Full error:
Notice: Undefined index: extended_valid_elements in /data/htdocs/oir-datahub.test.ualr.edu/dashboard/wp-content/plugins/highcharts-editor/highcharts-editor.php on line 23
In the $settings array that is part of the tiny_mce_before_init filter, there doesn't seem to be an 'extended_valid_elements' key already there, so appending fails.
The WordPress codex provides some example code that does a check to see if an array item is already there before modifying it. Perhaps something like this: