Function Reference: geodir_recaptcha_bp_registration_form

Summary

buddypress registration form.

Package

GeoDirectory_ReCaptcha

Change Log

Since: 1.0.0

Source File

geodir_recaptcha_bp_registration_form() is located in geodir_recaptcha/includes/gdcaptcha_functions.php [Line: 938]

Source Code

function geodir_recaptcha_bp_registration_form() {
	$content = geodir_recaptcha_display( 'bp_registration' );
	
	if ( $content ) {
		echo $content;
	}
}