-
Couldn't load subscription status.
- Fork 5
queryZoneSettings()
Joshua Pack edited this page Jun 22, 2021
·
1 revision
This method will get you direct access to the Cloudflare SDK
To make a call do this: $this-cloudflare->queryZoneSettings() then the method you want to do.
-
getMinifySetting($zoneID) -
getRocketLoaderSetting($zoneID) -
getAlwaysOnlineSetting($zoneID) -
getEmailObfuscationSetting($zoneID) -
getServerSideExcludeSetting($zoneID) -
getHotlinkProtectionSetting($zoneID) -
getBrowserCacheTtlSetting($zoneID) -
updateBrowserCacheTtlSetting($zoneID, $value) -
updateMinifySetting($zoneID, $html, $css, $javascript) -
updateRocketLoaderSetting($zoneID, $value) -
updateAlwaysOnlineSetting($zoneID, $value) -
updateEmailObfuscationSetting($zoneID, $value) -
updateHotlinkProtectionSetting($zoneID, $value) -
updateServerSideExcludeSetting($zoneID, $value)