內容簡介
<!DOCTYPE html>
<html>
<body>
<h2>WordPress外掛總結:</h2>
<p>Mathematical Captcha Applier是一個輕量級的WordPress外掛,通過指定CSS選擇器,使您能夠輕鬆將基於數學的簡單驗證碼應用於您網站上的表單提交按鈕。只需提供特定按鈕的CSS選擇器,該外掛將在完成動作之前顯示驗證碼提示。這有助於防止垃圾郵件和不需要的機器人活動。</p>
<h2>功能:</h2>
<ul>
<li>通過指定CSS選擇器(ID或類)將數學驗證碼添加到表單提交按鈕(<input type="submit">或<button type="submit">)。</li>
<li>嘗試保護表單免受自動提交。</li>
<li>無外部依賴性 - 輕巧快速。</li>
<li>通過WordPress儀表板進行簡單配置。</li>
<li>如果JavaScript被禁用,該外掛將隱藏所選按鈕。</li>
</ul>
<h2>工作原理:</h2>
<p>當用戶點擊受保護的按鈕時,將彈出一個小窗口,要求他們解決基本的數學問題(例如,5 + 3 =?)。如果回答正確,則動作將繼續進行。如果瀏覽器中禁用了JavaScript,則該外掛將隱藏所選提交按鈕。</p>
</body>
</html>
外掛標籤
開發者團隊
原文外掛簡介
Mathematical Captcha Applier is a lightweight WordPress plugin that lets you easily apply a simple math-based captcha to form submit buttons on your website by specifying their CSS selector. Just provide a specific button’s CSS selector, and the plugin will display a captcha prompt before the action is completed. This could help to prevent spam and unwanted bot activity.
Features:
– Add a mathematical captcha to form submit buttons ( or
