WPIntell

Source evidence

New update coming for WordPress 6.1.1?

Forget Spam Comment · support · 2023-02-08T15:07:00+00:00

mixedsentiment
highseverity
0.95relevance
5replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

4 / 34 rows with source links

11.8% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

30 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
ohrenbaer resolved
Hi there, love the plugin – it worked perfectly just untill today. Will there be an update for WordPress 6.1.1 soon? kind regards The page I need help with: [ log in to see the link] I am using this plugin at WordPress latest version, it is working perfectly as expected. I think, I don’t need to make any changes right now. As tested, It’s fully compatible with WordPress version 6.1.1 This reply was modified 3 years, 3 months ago by Gulshan Kumar . This reply was modified 3 years, 3 months ago by Gulshan Kumar . I checked your site. It seems plugin is working fine as expected. Are you experiencing any issues? Thanks for the quick reply. The only issue is that today I encountered the first spam-comments since installing your plugin. So I checked the plugin-page in wordpress and it said: “This plugin has not been tested with your current WordPress version.” So I thought maybe this was the issue. But if you say the plugin is working as intendet, then maybe the comments aren’t made by a bot? Guess I’ll wait and see if they’ll just stop showing up. This plugin has not been tested with your current WordPress version. Actually, this is just a kind of self-declaration thing from a plugin Developer side. WordPress itself doesn’t validate. So, nothing to worry about it. Regarding receiving spam comments, sometime you may notice a few spam-comments. Unfortunately, I cannot guarantee 100% protection. I suggest trying below strategies. Make use of WordPress Discussion settings to automatically put spam comments in trash. (Caution: Do not over do it as it can slow down. Putting 5-10 lines is fine.) https://i.imgur.com/XAsww0L.png Block the xmlrpc.php file of WordPress using .htaccess file or functions.php file of your current theme (Ideally, child theme functions.php if available or via Code Snippets plugin). Here’s a code that should be added. Note: This will not work with JetPack as it requires xmlrpc.php (If you are not comfortable editing code, please leave this step for your Hosting team/Developer. Needless to say, it’s a good idea to take a backup first.) add_filter('xmlrpc_enabled', '__return_false'); If above all approach fails, try Cloudflare Turnstile plugin . This is slightly heavier than my plugin but it does the job. I hope it helps. Thanks for using Forget Spam Comment and spreading words about it. Much appreciated. This reply was modified 3 years, 3 months ago by Gulshan Kumar . I’ll try that. Thanks a lot for your help! 🙂

Comments

5 shown
Gulshan Kumar 2023-02-08T15:09:00+00:00

I am using this plugin at WordPress latest version, it is working perfectly as expected. I think, I don’t need to make any changes right now. As tested, It’s fully compatible with WordPress version 6.1.1 This reply was modified 3 years, 3 months ago by Gulshan Kumar . This reply was modified 3 years, 3 months ago by Gulshan Kumar .

Gulshan Kumar 2023-02-08T15:12:00+00:00

I checked your site. It seems plugin is working fine as expected. Are you experiencing any issues?

ohrenbaer 2023-02-08T16:27:00+00:00

Thanks for the quick reply. The only issue is that today I encountered the first spam-comments since installing your plugin. So I checked the plugin-page in wordpress and it said: “This plugin has not been tested with your current WordPress version.” So I thought maybe this was the issue. But if you say the plugin is working as intendet, then maybe the comments aren’t made by a bot? Guess I’ll wait and see if they’ll just stop showing up.

Gulshan Kumar 2023-02-08T16:46:00+00:00

This plugin has not been tested with your current WordPress version. Actually, this is just a kind of self-declaration thing from a plugin Developer side. WordPress itself doesn’t validate. So, nothing to worry about it. Regarding receiving spam comments, sometime you may notice a few spam-comments. Unfortunately, I cannot guarantee 100% protection. I suggest trying below strategies. Make use of WordPress Discussion settings to automatically put spam comments in trash. (Caution: Do not over do it as it can slow down. Putting 5-10 lines is fine.) https://i.imgur.com/XAsww0L.png Block the xmlrpc.php file of WordPress using .htaccess file or functions.php file of your current theme (Ideally, child theme functions.php if available or via Code Snippets plugin). Here’s a code that should be added. Note: This will not work with JetPack as it requires xmlrpc.php (If you are not comfortable editing code, please leave this step for your Hosting team/Developer. Needless to say, it’s a good idea to take a backup first.) add_filter('xmlrpc_enabled', '__return_false'); If above all approach fails, try Cloudflare Turnstile plugin . This is slightly heavier than my plugin but it does the job. I hope it helps. Thanks for using Forget Spam Comment and spreading words about it. Much appreciated. This reply was modified 3 years, 3 months ago by Gulshan Kumar .

ohrenbaer 2023-02-09T15:40:00+00:00

I’ll try that. Thanks a lot for your help! 🙂