• Hi Patrick.

    I use Simply Static for many years now, I’ve modified a little the code in “class-ss-util.php” to add:

    if ( strpos( $extracted_url, 'mailto' ) === 0 ) {
    	return antispambot($extracted_url);
    }

    BTW every email link is converted (by the native antispambot WP’s function) to an uncaptchable email address by the spambots, the problem is that I don’t know how to hide the email address that aren’t in an atrribute, more clearly in the html doc itself :).
    I hope that I’ve been clear enough to be understandable :)…

    TIA,

    Pierre.

  • The topic ‘Hide email address in the body’ is closed to new replies.