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.
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.