Customise Honeypot for Contact Form 7 — Protect Contact Form 7 spam with ease! [100% FREE Anti-Spam Plugin] WordPress plugin /contact-form-7-honeypot/

WordPress plugin ID: 184 contact-form-7-honeypot-child.zip download to customise Honeypot for Contact Form 7 — Protect Contact Form 7 spam with ease! [100% FREE Anti-Spam Plugin] WordPress plugin version 2.1.7+ 3,797,182 downloads author saadiqbal

Download contact-form-7-honeypot-child.zip

Open source bank Honeypot for Contact Form 7 — Protect Contact Form 7 spam with ease! [100% FREE Anti-Spam Plugin] WordPress custom child plugin ready for code modifications

Sample code: /contact-form-7-honeypot-child/plugin.php

/*
 * Plugin Name:       Honeypot for Contact Form 7 — Protect Contact Form 7 spam with ease! [100% FREE Anti-Spam Plugin] Child Plugin
 * Plugin URI:        https://www.wordpressdeveloperlondon.com/honeypot-for-contact-form-7-protect-contact-form-7-spam-with-ease-100-free-anti-spam-plugin/
 * Description:       Custom Honeypot for Contact Form 7 — Protect Contact Form 7 spam with ease! [100% FREE Anti-Spam Plugin] plugin code dependant on Honeypot for Contact Form 7 — Protect Contact Form 7 spam with ease! [100% FREE Anti-Spam Plugin] plugin
 * Version:           1.0.1
 * Requires at least: 5.2
 * Requires PHP:      7.2
 * Author:            wordpressdeveloperlondon
 * Author URI:        https://www.wordpressdeveloperlondon.com
 * License:           GPLv3
 * License URI:       https://www.gnu.org/licenses/gpl-3.0.txt
 * Text Domain:       contact-form-7-honeypot-child
 * Domain Path:       /languages
 * Requires Plugins:  contact-form-7-honeypot
 */

/*
 * -----------------------------------------------------------------------------------------------------
 * WordPress plugin ID: 184 contact-form-7-honeypot-child version 1.0.1
 * WordPress plugin dependancy: Honeypot for Contact Form 7 — Protect Contact Form 7 spam with ease! [100% FREE Anti-Spam Plugin]
 * -----------------------------------------------------------------------------------------------------
 */

if((get_option("wordpressdeveloperlondon_settingwordpress_seo_184")) != 1) 
{
	function wordpressdeveloperlondon_files_wordpress_seo_184()
	{
		$plugin_url = plugin_dir_url(__FILE__);

		wp_enqueue_style("wordpress_seo_184-stylesheet", $plugin_url . "css/style.css");
		wp_enqueue_script("wordpress_seo_184-script", $plugin_url . "js/scripts.js", array("jquery"), "1.0.0", true);
	}
	add_action("wp_enqueue_scripts", "wordpressdeveloperlondon_files_wordpress_seo_184", 80);
}

if(get_option("wordpressdeveloperlondon_setting_htmlwordpress_seo_184") != 1)
{
	function plugin_sourcewordpress_seo_184()
	{

/contact-form-7-honeypot-child/css/style.css

/* Stylesheet file */

/contact-form-7-honeypot-child/js/scripts.js

/* JavaScript file */
jQuery(document).ready(function($){ });

/contact-form-7-honeypot-child/languages/

//empty

Extend WordPress Plugins

With a WordPress plugin built like a WordPress child theme

Parent plugin path /wp-content/plugins/contact-form-7-honeypot/
Child plugin path (this WP plugin) /wp-content/plugins/contact-form-7-honeypot-child/
WordPress plugin ID 184
Size ≥20KB zipped

WordPress Plugin API Data

WordPress API data for the parent WordPress plugin /contact-form-7-honeypot/

December 2024 data source: https://api.wordpress.org/plugins/info/1.2/?action=query_plugins

Stars

5 / 5 83
4 / 5 2
3 / 5 2
2 / 5 3
1 / 5 28

Rating

Overall score 78 / 100

Plugin usage data

Total downloads 3,797,182
Number of active Installs 300,000

Support data

Number of requests 4
Number of resolutions 2

wordpressdeveloperlondon.com API found

We calculated plugin support effectiveness in Dec 2024


$resolved = get_post_meta(get_the_ID(), 'support_threads_resolved', true);
$total = get_post_meta(get_the_ID(), 'support_threads', true);

if($total > 0)
{
    echo $sum = (($resolved / $total) * 100);
}


Calculated support effectiveness 50.00%

Need Support?

For WordPress plugin support contact Ben WordPress Developer London