





Last updated
2 months ago
Active installs
600+
Requires wp
2.9.0 or higher
Requires PHP
7.4 or higher
Downloads
13,203
Category
Utility
Daily downloads (last 60 days)
Like this plugin? Consider donating to support the developers
Donate
Overview
Eazy CF Captcha is a wordpress plugin that adds a mathematic exercise to the comment form, contact form 7 & elementor, preventing spam. Customize label text and HTML Markup. Supports Contact Form 7.
*This overview was generated by AI. We can't guarantee it's accuracy and may not be an accurate representation of what the plugin actually does.
Description
NEW! With support for Elementor Form Widget.
Eazy C(omment)F(orm) Captcha adds a mathematic exercise to the comment form, contact form 7 & elementor, preventing bots to spam your comments and forms. Now with Elementor & Contact Form 7 support!
You can easily customize the label text for the captcha in the backend of WordPress. Also you can change the HTML Markup if you like.
With support for Contact Form 7.
Similar plugins
Recent reviews
PHP Session staying active / REST API issues + FIX
By tjdyo on February 18, 2022
This plugin causes 2 critical issues on Site Health tests.
WHen the plugin is installed, you get these issues:
An active PHP session was detected
A PHP session was created by a session_start() function call. This interferes with REST API and loopback requests. The session should be closed by session_write_close() before making any HTTP requests.
The REST API encountered an error
The REST API is one way WordPress, and other applications, communicate with the server. One example is the block editor screen, which relies on this to display, and save, your posts and pages.
The REST API request failed due to an error.
Error: cURL error 28: Operation timed out after 10001 milliseconds with 0 bytes received (http_request_failed)
I Fixed the issue by editing the EazyCFCPublicBase.php file which is located here:
/includes/PluginPublic/EazyCFCPublicBase.php
I changed this line:
if ( !session_id() ) {
session_start();
}
to:
if ( !session_id() ) {
session_start( [
'read_and_close' => true,
] );
}
Nice
By kante74 on March 27, 2021
Easy Tool. Works still great in 2021. THX.
More by Tamás Kiss
Plugin tags