Ok So I am lost this code snippit is from a word-press plug in I downloaded. I emailed the creator but no response. The sad thing is it was just updated a week ago so not sure what they did to it. I had it working and suddenly now getting this error when i try and upload through it.
// Add the known elements css.
foreach ($this->elements_options as $key => $value) {
if(strpos($key, 'important') || !$value)
continue;
This is the line that wordpress is saying the error is on. To me it looks right But php is calling it invalid.
Any help would be appreciated