PHP warning
-
You get a PHP warning on your plugin.
The fix is to add an extra check on line 217 :
if(isset($select_values[‘category’]) && is_array($select_values[‘category’])){ … }Can you update your script with this fix so we don’t have to manually fix it with future updates?
- The topic ‘PHP warning’ is closed to new replies.