aeyoll/pow-captcha-for-wordpress

POW captcha for WordPress

Installs: 185

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

Type:wordpress-plugin

1.0.16 2025-08-07 12:51 UTC

This package is auto-updated.

Last update: 2025-08-07 12:51:35 UTC


README

A WordPress plugin that adds Pow Captcha verification to forms.

Description

This plugin allows you to validate Contact Form 7 forms and Gravity Forms using Pow Captcha.

  • Contributors: aeyoll
  • Tags: captcha, security, forms, contact-form-7, gravity-forms
  • Requires at least: WordPress 5.0
  • Tested up to: WordPress 6.8
  • Requires PHP: 7.4+
  • Stable tag: 1.0.16
  • License: GPLv2 or later
  • License URI: https://www.gnu.org/licenses/gpl-2.0.html

Requirements

  • PHP 7.4 or higher
  • WordPress 5.0 or higher

Installation

  1. Upload the plugin files to the /wp-content/plugins/pow-captcha directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the 'Plugins' screen in WordPress.
  3. Use the Settings->Pow Captcha screen to configure the plugin.
  4. The plugin will automatically integrate with supported form plugins.

WP-CLI Commands

# Configure the plugin
wp pow-captcha set-api-key "your-secret-api-key"
wp pow-captcha set-api-url "https://your-captcha-service.com"

# Check configuration
wp pow-captcha status

# Clear cache when needed
wp pow-captcha clear-cache