Skip to content

Early-bird lifetime licence: $199 once, for the first 200 buyers only. See the offer

Spam-safe email address shortcode

Type [email]you@example.com[/email] to show a clickable email address that’s scrambled in the page code, so address-harvesting bots can’t read it.

  • Type PHP
  • Runs Where you put the [email] shortcode
  • Category Shortcodes
  • Tested with WordPress 7.1
PHP
<?php

// [email]you@example.com[/email]
$email = sanitize_email( (string) $content );
if ( ! is_email( $email ) ) {
	return '';
}
return '<a href="' . esc_attr( 'mailto:' . antispambot( $email ) ) . '">' . esc_html( antispambot( $email ) ) . '</a>';

How to use it

Type [email] in a post, a page or a Shortcode block.

In these packs

  • Shortcodes: Handy shortcodes for dates, breadcrumbs, buttons, share links, members-only content and more.

Move your snippets over this afternoon.

Importing changes nothing until you switch over, and your old shortcodes keep working.