You are here

function _spamspan_filter_tips in SpamSpan filter 7

Filter tips callback

1 string reference to '_spamspan_filter_tips'
spamspan_filter_info in ./spamspan.module
Implements hook_filter_info(). This function is called on every page so keep it fast and simple.

File

./spamspan.module, line 196
This module implements the spamspan technique (http://www.spamspan.com ) for hiding email addresses from spambots.

Code

function _spamspan_filter_tips($filter, $format, $long = FALSE) {
  return t('Each email address will be obfuscated in a human readable fashion or, if JavaScript is enabled, replaced with a spam resistent clickable link.' . ' Email addresses will get the default web form unless specified. If replacement text (a persons name) is required a webform is also required. Separate each part with the "|" pipe symbol. Replace spaces in names with "_".');
}