Function __global->_solemnly_leave
Definitions
sources/zones.php
- Leave the most recent security scope (i.e. a custom block or module).
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| &$out | ?string | Yes | No | Null | N/A | N/A | Output to filter, if I_UNDERSTAND_XSS is not set (null: nothing to filter) |
Preview
Code (PHP)
/**
* Leave the most recent security scope (i.e. a custom block or module).
*
* @param ?string $out Output to filter, if I_UNDERSTAND_XSS is not set (null: nothing to filter)
*/
function _solemnly_leave(?string &$out = null)
* Leave the most recent security scope (i.e. a custom block or module).
*
* @param ?string $out Output to filter, if I_UNDERSTAND_XSS is not set (null: nothing to filter)
*/
function _solemnly_leave(?string &$out = null)

