Skip to content

Antispam using Hivelogic Enkoder to protect email addresses by converting them into encrypted JavaScript code.

License

Notifications You must be signed in to change notification settings

HackingWP/hivelogic-email-encoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hivelogic Email Encoder WordPress Plugin

Anti-spam Using Hivelogic Enkoder helps protect email addresses by converting them into encrypted JavaScript code as a simple drop-in WordPress plugin.

Changes

  • v0.1.1 - Use subtree instead of submodule
  • v0.1.0 - Initial release

Installation

Download ZIP and extract into wp-content/plugins or clone git clone git@github.com:HackingWP/hivelogic-email-encoder.git subdirectory and activate in administration.

the_content() is filtered by default. Add more filters (or call directly) to protect other content.

// Filter excerpt using filters:
add_filter('the_excerpt', 'str_hivelogic_email_encoder', 10, 1);

// Calling directly in your scripts:
$str = 'John Doe <john.doe@generi.co>';
$str = str_hivelogic_email_encoder($str);

Enjoy!

@martin_adamko

About

Antispam using Hivelogic Enkoder to protect email addresses by converting them into encrypted JavaScript code.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages