Enable
Function Syntax
- func is the name of the function you wish to enable.
This function allows you to specify a disabled function that you wish to re-enable. Note, enable("all"), as you may expect, enables all disabled functions.
Code Samples
Disabling map_to_file() to prevent writing into your data files can be useful when testing. This snippet re-enables the function.
enable("map_to_file");