Tribe__Events__Community__Main::load_captcha_plugin()
Source
File: src/Tribe/Main.php
public function load_captcha_plugin() {
$this->captcha = apply_filters( 'tribe_community_events_captcha_plugin', new Tribe__Events__Community__Captcha__Recaptcha_V2() );
if ( empty( $this->captcha ) ) {
$this->captcha = new Tribe__Events__Community__Captcha__Null_Captcha();
}
$this->captcha->init();
}