For a businessman, an email address is a valuable piece of information for sending or receiving important information, it becomes valuable for your business, whether you are networking with other businesses or communicating with customers and clients.
So it’s important to encode an email to prevent external spammers. You can encrypt your email with two-way.
Encode Email Address For WordPress Site. It’s very simple to encode an email just with few simple steps.
In your theme folder, open header.php search your Email code. Your code will look like of this type –
<?php echo get_theme_mod(‘contact_mail’, ‘contact@company.com’); ?>
you just have to add md5 in i this code –
After adding md5 your code will look like this –
Save and run your theme. Your mail looks like this in your front end.
Many Plugins that provide a human-friendly solution that protects any emailto: links of plain email addresses inside posts and as a theme function, or Email Address Encode which converts all plain email addresses and emailto: links into decimal and hexadecimal entities.
1. Email Encoder Bundle – Protect Email Address -: for more details click here
2. Email Address Encoder -: for more details click here
We hope after reading this blog post you will get your encrypted email. Please give your comments and remark below.
Leave a Reply