This plugin is outdated and might not be supported anymore
Spamex

Spamex

Details
View on WordPress

Spamex provides a shortcode to obfuscate email addresses and phone numbers in HTML. This protects them from scraping bots while staying readable for users.

Examples:

  • [spamex email="name@domain.tld" key="secret"]
  • [spamex phone="+1!123!456"]

How it works:

Email:
– The key is injected between domain and TLD.
– Example: name@domain<b>.secret</b>.tld (key is hidden via CSS)

Phone:
– Format must be: prefix!middle!suffix
– The middle part is replaced by random digits.
– Example: +49!123!456 +49123<b>XYZ</b>456

In both cases, the <b> part is hidden using CSS and only fools bots.

Usage

Email obfuscation:

[spamex email=”test@example.com” key=”protect”]
test@example.protect.com

[spamex phone=”+49!123!456″]
+49123984456

Use exactly two ! to split number into three parts.

Details

Plugin code:
spamex
Plugin version:
1.6.3
Outdated:
Yes
WP version:
4.7 or higher
PHP version:
5.6 or higher
Test up to WP version:
6.7.2
Total installations:
0
Last updated:
2025-03-23
Rating:
Times rated:
0
antispam
email
phone
shortcode
spam