Viewing 1 replies (of 1 total)
  • Pi Zi

    (@freelancephp)

    Header and footer are usually part of your theme. The template functions could be used in the theme files, f.e.:

    <?php
    if (function_exists('eeb_email')) {
        echo eeb_email('info@*****.org', '', 'Mail me');
    }
    ?>

    Although in your case, I think WP Mailto Links is a better option. This will scan your whole page and automatically encrypt your email links.

Viewing 1 replies (of 1 total)
  • The topic ‘Email address not encoded in social media mailto icon’ is closed to new replies.