• psntr

    (@psntr)


    Since the PRO version (paid option) has been added. The plugins stopped scanning other field than wordpress default one. Therefore, email in added in ACF won’t work.

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

    (@tillkruess)

    Hey @psntr! What your saying is not true.

    The functionality of the free plugin did not change and was not limited in any way.

    ACF fields are not filtered by default, but you can add that with a few lines of code.

    There are several approaches to it, but this generally works:

    add_filter(‘acf/load_value’, ‘eae_encode_emails’);

    Let me know if that works.

    Thread Starter psntr

    (@psntr)

    I will try and change my rating. Thank you for your reply.

    Plugin Author Till Krüss

    (@tillkruess)

    You can find more detailed instructions in this guide: https://encoder.till.im/guide

    Plugin Author Till Krüss

    (@tillkruess)

    Did you manage to get the email addresses encoded, or do you need any further help?

    Thread Starter psntr

    (@psntr)

    All good, easier than I thought. Thank you for your work and sorry for my misunderstandings.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Sadly it stopped working [SOLVED]’ is closed to new replies.