htmlBadWords
The htmlBadWords function is used for stripping "bad words" from incoming text. The list of Bad Words that will be filtered are found in the jamroom/config/bad_words.cfg.php file.
string
htmlBadWords
(string $_text, array &$_user)
-
string
$_text: Text to scan for replacement
-
array
&$_user: Array containing quota information for User (usually $_user array)
|