Function __global->_obscure_html_callback
Definitions
sources/comcode_compiler.php
- Used by filter_html to temporarily obscure safelisted complex HTML so it doesn't get mangled by the input filter.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: string
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$matches | array | required parameter | N/A | N/A | Array of matches |
Return
- Substituted text
- Type: string
- Set: N/A
- Range: N/A