=== Makuruwan Arithmetic Human Quiz === Contributors: cletous Tags: captcha, quiz, arithmetic, login, security Requires at least: 5.6 Tested up to: 6.8 Requires PHP: 7.4 Stable tag: 1.0.2 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Human-verification math quiz for login and forms. No Google reCAPTCHA. == Description == Makuruwan Arithmetic Human Quiz adds a lightweight arithmetic human-verification challenge to WordPress login and custom forms. It helps keep bots out without relying on Google reCAPTCHA or external services. == Installation == 1. Upload the plugin to `/wp-content/plugins/makuruwan-arithmetic-human-quiz/` and activate it. 2. Go to **Settings → Human Quiz** to configure the quiz. 3. To protect custom forms, add the shortcode `[makarhq_human_check]` inside your `
` markup. == Frequently Asked Questions == = Can I protect only the login form? = Yes. You can enable or disable login protection in the plugin settings. = What shortcode should I use in custom forms? = Use `[makarhq_human_check]` inside your `` tag so the fields are submitted with the form. == Screenshots == 1. Login challenge customization in Admin dashboard on the WordPress login page. 2. Login challenge on the WordPress login page. 3. Link to Customization in Admin dashboard == Changelog == = 1.0.2 = * Updated prefixes and text domain to comply with WordPress.org guidelines. * Improved input sanitization and escaping for Plugin Check. = 1.0.1 = * Initial public release.