Error notices in version 1.4.1 with debug turned on
-
I generally always develop with debugging options enabled, and it’s very noticeable when plugins have little errors that cause WP to spit out notices. Here are a couple of suggested fixes for the next update…
These errors are from version 1.4.1 of the plugin:
Line 220,
'$ab_gasp'
should be'ab_gasp'
— looks like a typo on your localization key. This throws an Undefined Variable notice.Line 243, wrap
if(isset($options['trackbacks'])){ ... }
aroundchecked($options['trackbacks'],'yes');
to prevent an Undefined Index notice. I noticed this one on the last version of this plugin too.To the author, thanks again for all your hard work trying to keep one step ahead of those spammers!
https://www.ads-software.com/plugins/growmap-anti-spambot-plugin/
- The topic ‘Error notices in version 1.4.1 with debug turned on’ is closed to new replies.