You are here

function spamicide_pre_render in Spamicide 7

File

./spamicide.module, line 404
This module provides yet another tool to eliminate spam.

Code

function spamicide_pre_render($element) {

  // Todo
  return $element;
}