PHP 8 warning
-
Hi there,
On updating our site using your plugin to PHP 8 we get a warning about accessing a value on a boolean. This is because in widget.php on 108 $tp_twitter_plugin_options is false. To fix this I have patched the condition to this:
if ($tp_twitter_plugin_options && $tp_twitter_plugin_options['support-us'] == 1)
If this could be fixed in the next updated that would be great.
- The topic ‘PHP 8 warning’ is closed to new replies.