Function __global->set_short_title
Definitions
sources/site.php
- Sets the short title, used for screen header text if set.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $title | string | No | No | required parameter | N/A | N/A | The short title |
Preview
Code (PHP)
/**
* Sets the short title, used for screen header text if set.
*
* @param string $title The short title
*/
function set_short_title(string $title)
* Sets the short title, used for screen header text if set.
*
* @param string $title The short title
*/
function set_short_title(string $title)

