ze::setting()
ze::setting($settingName, $useCache = true, $default = false, $secret = false)
This function looks up the value of a site setting from the site_settings table.
$name
The name of the site-setting that you wish to retrieve.
The site setting's value.
$emailAddressFrom = EMAIL_ADDRESS_GLOBAL_SUPPORT;
This example gets the site's default support email address from the site settings.