Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter delanet

    (@delanet)

    Up.

    Thread Starter delanet

    (@delanet)

    Up >:|

    Pi Zi

    (@freelancephp)

    Yes just use this template function:

    eeb_email($emailaddress, 'Mail Me');

    Thread Starter delanet

    (@delanet)

    No. eeb_email() cannot be used with text content mixed with email addresses, it can only handle email addresses alone.

    Either eeb_content() function can’t be used for this purpose, as it encodes the whole text string.

    So what would be really nice to have, is a template function that encodes ONLY email addresses from a html content string.

    Pi Zi

    (@freelancephp)

    Sorry, you’re right. I meant the template function:

    echo eeb_email_filter($content);

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Encoding email-addresses only in meta meta fields’ is closed to new replies.