Function __global->apply_comcode_page_substitutions
Definitions
sources/site2.php
- If any Comcode substitutions are configured, apply them.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| &$comcode | string | Yes | No | required parameter | N/A | N/A | The Comcode page contents |
Preview
Code (PHP)
/**
* If any Comcode substitutions are configured, apply them.
*
* @param string $comcode The Comcode page contents
*/
function apply_comcode_page_substitutions(string &$comcode)
* If any Comcode substitutions are configured, apply them.
*
* @param string $comcode The Comcode page contents
*/
function apply_comcode_page_substitutions(string &$comcode)

