Notices for undeclared variables
-
This plugin generates a variety of PHP notices about undefined variables, when we have logging enabled to troubleshoot other issues. Examples are:
PHP Notice: Undefined index: url in /home/my_site/public_html/wp-content/plugins/simple-share-buttons-adder/simple-share-buttons-adder.php on line 239
PHP Notice: Undefined index: pagetitle in /home/my_site/public_html/wp-content/plugins/simple-share-buttons-adder/simple-share-buttons-adder.php on line 240
PHP Notice: Undefined offset: 0 in /home/my_site/public_html/wp-content/plugins/simple-share-buttons-adder/simple-share-buttons-adder.php on line 691
PHP Notice: Undefined variable: strPageTitle in /home/my_site/public_html/wp-content/plugins/simple-share-buttons-adder/simple-share-buttons-adder.php on line 690While they don’t hurt anything, they tend to clutter up the log, making it harder to see the issues that logging was enabled to examine.
So, if at some point they could be cleaned up, that would be nice.
Thanks.
The topic ‘Notices for undeclared variables’ is closed to new replies.