aeyoll/pow-captcha-for-wordpress

POW captcha for WordPress

Installs: 101

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:wordpress-plugin

1.0.2 2024-07-11 12:06 UTC

This package is auto-updated.

Last update: 2025-01-11 13:07:57 UTC


README

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

Requirements

PHP 7.1+ is needed to use this module.

Installation

Require the plugin with Composer using the following command:

composer require aeyoll/pow-captcha-for-wordpress

Note, you must have "composer/installers" allowed in your composer.json order to property install the plugin:

{
    "name": "your/project",
    "require": {
        "aeyoll/pow-captcha-for-wordpress": "^1.0",
        "composer/installers": "^2.0"
    },
    "config": {
        "allow-plugins": {
            "composer/installers": true
        }
    }
}