PHP Notice on undefined index of email
-
Getting this warning when turning on DEBUG logging.
PHP Notice: Undefined index: email in ~/public_html/testsite/wp-content/plugins/simple-social-share/simple-social-share.php on line 74The fix is easy, in “includes/services-js-array.php”, just add email to “$service_js_arr”
'email' => '',
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘PHP Notice on undefined index of email’ is closed to new replies.