이 플러그인은 2026년 4월 7일(으)로 폐쇄되었고 내려받기가 불가능합니다. 이 폐쇄는 영구적입니다.

wp-advanced-math-captcha

후기

2026년 2월 1일
Works great on WooCommerce which is what I wanted it for. But it blocks all contact forms from being usable by injecting the code into forms whether you turn this option on or not. The code has flaws. Not usable if you have contact forms on your site.
2025년 12월 10일
 PHP Notice:  Function _load_textdomain_just_in_time was called <strong>incorrectly</strong>. Translation loading for the <code>math-captcha</code> domain was triggered too early.// This warning fills up log file. // include_once(MATH_CAPTCHA_PATH . ‘includes/class-core.php’); // This loads first.// so , add_action(‘plugins_loaded’, array($this, ‘load_defaults’)); // hits first// And hook in wp-math-captcha.php, hits after.add_action( ‘plugins_loaded’, array( $this, ‘load_textdomain’ ) );// so moving below method to class-core.php will sort out this warning.public function load_textdomain() { load_plugin_textdomain( ‘math-captcha’, false, MATH_CAPTCHA_REL_PATH . ‘languages/’ ); }// So please, move above method to class-core.php “plugins_loaded” hook and remove from wp-math-captcha.php
2025년 3월 20일
This Math Captcha plugin was exactly what I needed! It solved my spam issues effectively, providing a simple yet powerful solution. It’s easy to set up, user-friendly and very efficient. Highly recommended!
2025년 3월 15일
Great plugin! It’s highly effective at preventing spam registrations and comments. The math questions are easy for visitors to solve, ensuring excellent usability. Highly recommend it to anyone looking for an effective and user-friendly anti-spam solution for WordPress.
모든 17 평가 읽기

기여자 & 개발자

“WP Advanced Math Captcha”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “WP Advanced Math Captcha”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.