You are here

function spamspan_help in SpamSpan filter 7

Same name and namespace in other branches
  1. 8.2 spamspan.module \spamspan_help()
  2. 8 spamspan.module \spamspan_help()
  3. 5 spamspan.module \spamspan_help()
  4. 6 spamspan.module \spamspan_help()

Implements hook_help().

File

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

Code

function spamspan_help($path, $arg) {
  switch ($path) {
    case 'admin/help#spamspan':
      return spamspan_admin()
        ->help($path, $arg);
  }
}