Forums

Graceful Email Obfuscation
Works for me - could use style wrapper on form (1 post)

  1. nvg
    Member
    Posted 11 months ago #

    This works for me just fine. One thing that would help would be to wrap the non-javascript form ("please enter 3+9") with a <div class="obfuscation"> so admins can talk to it. You can do this yourself though by changing line 65 of geo-spam-prevention.php from:

    $insert = "<div>\n$insert\n</div>";

    to:

    $insert = "<div class=\"obfuscation\">\n$insert\n</div>";

    http://wordpress.org/extend/plugins/graceful-email-obfuscation/

Reply

You must log in to post.

About this Plugin

About this Topic