The Events Calendar Community Events form: always display reCAPTCHA, even for logged-in users
<?php
/*
* The Events Calendar Community Events form: always display reCAPTCHA, even for logged-in users and new/edit forms.
*
* @link https://gist.github.com/cliffordp/9fc77333d8523ecf180b382ee86311a5
*
* @see \Tribe__Events__Community__Captcha__Abstract_Captcha::showing_captcha()
*/
add_filter( 'tribe_community_events_show_captcha', '__return_true' );