@bzosel I’ve also just tested with Hello Elementor theme and the free version of Elementor. The comment form on the sample page was hidden properly.
Can you share a screenshot of the actual comment in the WP-admin >> Commments administration screen?
Also, do you have XML-RPC disabled as well? If not, I suggest you disable that as well from the Security tab in ASE.
For ASE v5.5.1, I’ll be adding
add_filter( 'xmlrpc_allow_anonymous_comments', '__return_false' );
as part of the Disable Comments module, which should prevent posting anonymous comments via XML-RPC.
Marking this resolved for now. Please submit another report if you still see comments coming in even after disabling XML-RPC.
-
This reply was modified 1 year, 3 months ago by Bowo.