Enable or Disable Feature Requests

You can completely prevent any feature request-related features from displaying by disabling them using the API below.

//Enable
FeatureRequests.enabled = true

//Disable
FeatureRequests.enabled = false

Last updated