Function __global->wordfilter_text
Definitions
sources/global3.php
- Get a word-filtered version of the specified text.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: string
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$text | string | required parameter | N/A | N/A | Text to filter |
Return
- Filtered version of the input text
- Type: string
- Set: N/A
- Range: N/A