Function __global->url_monikers_enabled
Definitions
sources/urls.php
- Find whether URL monikers are enabled.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: bool
Returns
- Whether URL monikers are enabled
- Type: boolean
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Find whether URL monikers are enabled.
*
* @return boolean Whether URL monikers are enabled
*/
function url_monikers_enabled() : bool
* Find whether URL monikers are enabled.
*
* @return boolean Whether URL monikers are enabled
*/
function url_monikers_enabled() : bool

