Function __global->load_zone_data
Definitions
sources/site.php
- Load up details for the current zone.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: string
Returns
- The "real" zone name (not actually the zone name, but the zone name wants details to load for)
- Type: ID_TEXT
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Load up details for the current zone.
*
* @return ID_TEXT The "real" zone name (not actually the zone name, but the zone name wants details to load for)
*/
function load_zone_data() : string
* Load up details for the current zone.
*
* @return ID_TEXT The "real" zone name (not actually the zone name, but the zone name wants details to load for)
*/
function load_zone_data() : string

