Same here.
Please check the Notices as well before pushing the plugin to the directory.
Thanks a bunch!
Luckily plugin devs are lightning fast with updates lately :).
Notice: Undefined index: strip_comment_author_links in /wp-content/plugins/zero-spam/integrations/comments/comments.php on line 205
Notice: Undefined index: strip_comment_links in /wp-content/plugins/zero-spam/integrations/comments/comments.php on line 212
Notice: Undefined index: verify_comments in /wp-content/plugins/zero-spam/integrations/comments/comments.php on line 221
Closing, a duplicate of https://wordpress.org/support/topic/im-getting-this-after-latest-update-2/.
@mikevhoenselaar Feel free to contribute by testing, developing (https://github.com/bmarshall511/wordpress-zero-spam) or donating (https://benmarshall.me/donate). Testing is done before release, but impossible to test all instances without others that contribute.
“Testing is done before release, but impossible to test all instances without others that contribute.”
The last ‘quick fix’ updates are all notices. So this is a matter of variable declaration to me.
Just test with things like this active:
error_reporting(E_ALL);
ini_set(‘display_errors’,1);
So you catch those notices as well before pushing it to directory :).
Good luck with building it further.
Thanks a bunch.
Yup, as I said, some testing is done… feel free to contribute.