Function __global->kid_gloves_html_escaping
Definitions
sources/tempcode.php
- Provide automatic escaping for a template call.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| &$parameters | array | Yes | No | required parameter | N/A | N/A | Template parameters |
Preview
Code (PHP)
/**
* Provide automatic escaping for a template call.
*
* @param array $parameters Template parameters
*/
function kid_gloves_html_escaping(array &$parameters)
* Provide automatic escaping for a template call.
*
* @param array $parameters Template parameters
*/
function kid_gloves_html_escaping(array &$parameters)

