Steps: 1. Download, activate captcha plugin 2. Add the following code to your functions.php /////////////////////////////////////////////////////////////// // captcha – buddypress – registration inregration – start /////////////////////////////////////////////////////////////// function bp_reg_captcha() { global $bp; if( function_exists( ‘cptch_display_captcha_custom’ ) ) { echo ‘ ‘; echo ‘Human Verification (required)’; if (!empty($bp->signup->errors[‘captcha_response_field’])) { echo ‘ ‘; echo “Please complete the verification.”; echo […]
