Email obfuscation broke
-
I previously copied the solution for email obfuscation mentioned in support thread https://theeventscalendar.com/support/forums/topic/email-obfuscation-in-single-event-view-with-email-address-encoder/
function tribe_947096_obfuscate_organizer_email( $output ) { return antispambot( $output ); } add_filter( 'tribe_get_organizer_email', 'tribe_947096_obfuscate_organizer_email' );
However it seems to have broken in some update. In stead of an email-address the encoded version of an email address is shown on the front. I remember that when I added the confuscation solution it has worked, but I just now noticed it doesn’t anymore. Don’t know if it is a problem of wordpress core or TEC and at which exact point it was broken, but does anyone have ideas on how to fix it? And if it is wordpress core, where can I report this?
Please help
Thanks,
Hans
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Email obfuscation broke’ is closed to new replies.