Title: Email Address Obfuscation
Author: Neotrendy
Published: <strong>Март 9, 2022-ж.</strong>
Last modified: Июнь 15, 2026-ж.

---

Плагиндерди издөө

![](https://ps.w.org/email-address-obfuscation/assets/banner-772x250.png?rev=3179653)

![](https://ps.w.org/email-address-obfuscation/assets/icon-256x256.png?rev=3179653)

# Email Address Obfuscation

 Автору [Neotrendy](https://profiles.wordpress.org/neotrendy/)

[Жүктөө](https://downloads.wordpress.org/plugin/email-address-obfuscation.1.2.0.zip)

 * [Кенен маалымат](https://ky.wordpress.org/plugins/email-address-obfuscation/#description)
 * [Сын-пикирлер](https://ky.wordpress.org/plugins/email-address-obfuscation/#reviews)
 * [Development](https://ky.wordpress.org/plugins/email-address-obfuscation/#developers)

 [Колдоо](https://wordpress.org/support/plugin/email-address-obfuscation/)

## Сүрөттөө

A lightweight plugin that protects email addresses from email-harvesting bots, by
converting email addresses characters to HTML entities. Hide email from Spam Bots
using a shortcode `[obfuscate_email]` and built-in WordPress function [antispambot()](https://developer.wordpress.org/reference/functions/antispambot/).

#### Features

 * Obfuscate plain email address
 * Obfuscate href mailto link in HTML anchor element
 * Support for custom CSS class
 * Support for email subject

#### Usage

**Obfuscate plain email address**

    ```
    [obfuscate_email email="your@email.com"]
    ```

**Create clickable email address**

    ```
    [obfuscate_email email="your@email.com" link=true]
    ```

**Add CSS class to the HTML anchor element**

    ```
    [obfuscate_email email="your@email.com" link=true class="my-class another-class"]
    ```

**Obfuscate email address with email subject**

    ```
    [obfuscate_email email='your@email.com?subject=My custom email subject']
    ```

#### Shortcode parameter

 * `email` required – Email address.
 * `link` optional – Set true if you want to create clickable email address.
 * `class` optional – Add space separated list of classes.

## Скриншоттор

[⌊Using shortcode in Gutenberg Block Editor.⌉⌊Using shortcode in Gutenberg Block
Editor.⌉[

Using shortcode in Gutenberg Block Editor.

[⌊Displaying email on frontend.⌉⌊Displaying email on frontend.⌉[

Displaying email on frontend.

[⌊Obfuscated email address in source code.⌉⌊Obfuscated email address in source code
.⌉[

Obfuscated email address in source code.

## FAQ.KG

### How does it work?

The plugin converts email addresses characters from `email` parameter of `[obfuscate_email]`
shortcode to HTML entities. Email addresses on your web page will be obfuscated (
hidden) from bots, while keeping them visible to humans. In fact, there are no visible
changes to your website for visitors.

### How can check if the plugin works?

View source code of your page (press `Ctrl + U` in web browser) and look for the
place, where an email address is placed. You should see decimal entities instead
of email address.

** Please note ** Inspector in developer tools automatically decode decimal and 
hexadecimal entities. You need to use _View source code_.

## Сын-пикирлер

![](https://secure.gravatar.com/avatar/80b1731938bb85ba03c2c14429a74575bc28ef5ffb993609ec8ec8f934d253bd?
s=60&d=retro&r=g)

### 󠀁[A simple but efficient solution](https://wordpress.org/support/topic/a-simple-but-efficient-solution/)󠁿

 [Lukas Cech](https://profiles.wordpress.org/lukascech/) Сентябрь 8, 2025-ж.

Just what I was looking for, thanks!

![](https://secure.gravatar.com/avatar/39a932effeea71cd4f7f4ff167ea1cca1fd832db475adcc1225327e01ef91b2c?
s=60&d=retro&r=g)

### 󠀁[Excellent – a badly needed plugin](https://wordpress.org/support/topic/excellent-a-badly-needed-plugin/)󠁿

 [groggy72](https://profiles.wordpress.org/groggy72/) Июнь 19, 2025-ж.

Thanks to the dev for an awesome plugin. Not all heroes wear capes.

![](https://secure.gravatar.com/avatar/05647cf227bf838d8bc377b79f2e1cd622677c11ce9351940469bc701c1b4b00?
s=60&d=retro&r=g)

### 󠀁[Works as designed](https://wordpress.org/support/topic/works-as-designed-27/)󠁿

 [netro1](https://profiles.wordpress.org/netro1/) Ноябрь 18, 2024-ж.

5-stars – Very useful plugin which does what is it claiming to do. Thanks developer.

![](https://secure.gravatar.com/avatar/fee43d56bff672749cc0fb697727b2b6c1b9ae309d72a49b6a9ca7d10550fbc5?
s=60&d=retro&r=g)

### 󠀁[Does exactly what it says it will](https://wordpress.org/support/topic/does-exactly-what-it-says-it-will-16/)󠁿

 [Scott DeLuzio](https://profiles.wordpress.org/scottdeluzio/) Октябрь 14, 2022-
ж.

The best plugins are the ones you install and they just work. This is one of those
plugins. Thanks for creating a simple tool to obfuscate email addresses.

 [ Read all 4 reviews ](https://wordpress.org/support/plugin/email-address-obfuscation/reviews/)

## Contributors & Developers

“Email Address Obfuscation” is open source software. The following people have contributed
to this plugin.

Мүчөлөрү

 *   [ Neotrendy ](https://profiles.wordpress.org/neotrendy/)

[Translate “Email Address Obfuscation” into your language.](https://translate.wordpress.org/projects/wp-plugins/email-address-obfuscation)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/email-address-obfuscation/),
check out the [SVN repository](https://plugins.svn.wordpress.org/email-address-obfuscation/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/email-address-obfuscation/)
by [RSS](https://plugins.trac.wordpress.org/log/email-address-obfuscation/?limit=100&mode=stop_on_copy&format=rss).

## Өзгөртүүлөр

#### 1.2.0

 * Added support for email subject.

#### 1.1.0

 * Security Fix: Resolved a Stored Cross-Site Scripting (XSS) vulnerability in the`
   class` parameter of the shortcode, allowing Contributor+ users to inject malicious
   scripts. (CVE-2024-11935 | Reported by theviper17y)
 * Minor code improvements and optimizations.

#### 1.0.1

 * Tested compatibility with WordPress 6.2.

#### 1.0.0

 * Tested compatibility with WordPress 6.1.1.
 * Added translation folder and POT file.

#### 0.9.2

 * Tested compatibility with WordPress 6.0.3.

#### 0.9.1

 * Shortcode changed from email_obfuscate to obfuscate_email.

#### 0.9.0

 * Release Candidate.

## Мета

 *  Нуска **1.2.0**
 *  Акыркы жаңыртуу **2 жума мурун**
 *  Активдүү орнотуулар **2,000+**
 *  WordPress нускасы ** 2.5 же андан жогору **
 *  Tested up to **7.0**
 *  PHP нускасы ** 5.6 же андан жогору **
 *  Тил
 * [English (US)](https://wordpress.org/plugins/email-address-obfuscation/)
 * Тег:
 * [anti-spam](https://ky.wordpress.org/plugins/tags/anti-spam/)[email](https://ky.wordpress.org/plugins/tags/email/)
   [obfuscate](https://ky.wordpress.org/plugins/tags/obfuscate/)[obfuscation](https://ky.wordpress.org/plugins/tags/obfuscation/)
   [protect](https://ky.wordpress.org/plugins/tags/protect/)
 *  [Advanced View](https://ky.wordpress.org/plugins/email-address-obfuscation/advanced/)

## Рейтинг

 5 out of 5 stars.

 *  [  4 5-star reviews     ](https://wordpress.org/support/plugin/email-address-obfuscation/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/email-address-obfuscation/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/email-address-obfuscation/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/email-address-obfuscation/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/email-address-obfuscation/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/email-address-obfuscation/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/email-address-obfuscation/reviews/)

## Мүчөлөрү

 *   [ Neotrendy ](https://profiles.wordpress.org/neotrendy/)

## Колдоо

Комментарийлер барбы? Жардам керекпи?

 [Колдоо форумун көрүү](https://wordpress.org/support/plugin/email-address-obfuscation/)

## Кайрымдуулук

Would you like to support the advancement of this plugin?

 [ Кайрымдуулук кылуу ](https://paypal.me/neotrendy)