Quantcast
Viewing all articles
Browse latest Browse all 13545

freelancephp on "[Plugin: Email Encoder Bundle - Protect Emailaddresses] How to get to work on 'whole' website?"

In the footer you could use the template function:

if (function_exists('eeb_email')) {
    echo eeb_email('info@somedomain.com');
}

Another email protection plugin with a different approach is WP Mailto Links. It works on the whole site.


Viewing all articles
Browse latest Browse all 13545

Trending Articles