Forums

Join
bbPress Support ForumsPluginsTranspose Email

Info

Transpose Email

  1. I couldn't find anything here on the bbPress site... I would like for email addresses that appear in posts to be transposed to something like "user [at] domain [dot] com".

    Is there a plugin, or an easy way to do this?

  2. Take any plugin that modifies post text and change it to run a preg_replace over the text.
    http://www.regular-expressions.info/

  3. You must log in to post.