function _spamspan_bare_email_addresses in SpamSpan filter 7
1 string reference to '_spamspan_bare_email_addresses'
- _spamspan_filter_process in ./
spamspan.module - Spamspan filter process callback
File
- ./
spamspan.module, line 182 - This module implements the spamspan technique (http://www.spamspan.com ) for hiding email addresses from spambots.
Code
function _spamspan_bare_email_addresses($matches) {
return spamspan_admin()
->output($matches[1], $matches[2]);
}