Function __global->reinstate_static_tempcode
Definitions
sources/tempcode.php
- Make edited Comcode more portable between sites by putting the base URL symbol back in.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: string
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $text | string | No | No | required parameter | N/A | N/A | Comcode |
Returns
- Tempcode-enhanced Comcode
- Type: string
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Make edited Comcode more portable between sites by putting the base URL symbol back in.
*
* @param string $text Comcode
* @return string Tempcode-enhanced Comcode
*/
function reinstate_static_tempcode(string $text) : string
* Make edited Comcode more portable between sites by putting the base URL symbol back in.
*
* @param string $text Comcode
* @return string Tempcode-enhanced Comcode
*/
function reinstate_static_tempcode(string $text) : string

