PHP Warning: Undefined array key
-
Please don’t assume there is an index key.
PHP Warning: Undefined array key "deactivate" in /var/www/html/wp-content/plugins/social-pug/inc/class-social-pug.php on line 588In select environments, and user roles, there is no ‘deactivate’ key in the array (in our installs). Please add a check in this case if isset($links[‘deactivate’]) or !empty($links[‘deactivate’]).
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘PHP Warning: Undefined array key’ is closed to new replies.