开发者 | samiur6688 |
---|---|
更新时间 | 2025年9月15日 12:47 |
PHP版本: | 7.2 及以上 |
WordPress版本: | 6.8 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
<input type="submit">
or <button type="submit">
) by specifying their CSS selector (ID or class).5 + 3 = ?
). If answered correctly, the action will proceed./wp-content/plugins/mathematical-captcha-applier
directory, or install the plugin through the WordPress Plugins screen.Yes, as long as the submit button is either <input type="submit">
or <button type="submit">
and you specify its unique class or ID as the selector.
Yes, you can specify multiple selectors in the settings.
Yes, the captcha popup and validation rely on JavaScript.
No. This plugin is not designed to handle all types of spamming threats. It attempts to stop spamming attempts by using a CSS and JS based method.
input[type="submit"]
or button[type="submit"]
as a selector?No. Only specific selectors based on ID or class are allowed. Global selectors like input[type="submit"]
and button[type="submit"]
are blocked.