• Resolved Trebord

    (@trebord)


    Hello Till,

    Thank you for a convenient & easy-to-use plugin. It works like magic throughout my site, except, I’ve found, with email addresses that have been entered into an event field using “The Event Calendar” plugin, as per here. Any ideas on how I might resolve this? Thought I’d ask before telling my folks not to use that field. (Workaround would obviously be for them to put contact emails only in the post body, but maybe you have a better idea…)

    Thanks!

    http://wordpress.org/extend/plugins/email-address-encoder/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Till Krüss

    (@tillkruess)

    Thanks!

    If you’d like to encode the event organizer’s email address, just add this filter:

    add_filter( 'tribe_get_organizer_email', 'eae_encode_emails' );

    Cheers!

    Thread Starter Trebord

    (@trebord)

    I assume you meant to place that filter in the plugin php file . . . round-abouts line 45; in any event, that’s what I did and it worked like a charm! Bravo! Support = Way Above & Beyond! Thanks for your time and assistance!

    Plugin Author Till Krüss

    (@tillkruess)

    Well, yes, that’s one place to put the code, but it will be overwritten with the next plugin update. Best place to put it would be a custom mu-plugin.

    Thread Starter Trebord

    (@trebord)

    Yeah, I knew I’d have to re-insert on update . . . but I’ll look at a mu-plugin – thanks for the tip.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Solution for use with "The Event Calendar" plugin?’ is closed to new replies.