Hi I have an issiue with this error "Undefined array key 0 in wp-includes/plugin.php on line 1004" I have no clue how to fix it or what it is casued by. Does anyone have any idea what it can be caused by or ho to fix it because i didn’t find any information about this error any help would be appreciated.
I have no clue how to fix it or what it is casued by.
2
Answers
you can check though conditional statements that if the key exists before attempting to access it
in plugin.php on line 1004
I see that a lot when the variable being logic checked is not an array. You might add logic to check is_array().