ModifyKarmaSettings
Description
Handles Karma-related settings.
Syntax
mixed ModifyKarmaSettings ([bool $return_config])
Parameter $return_config
Expected type: Boolean
Description: Whether or not to return the $config_vars array. Defauls to false.
Return value
Expected type: Mixed
Description:
Possible types | |
Allowed values | Description |
Void | Doesn't return anything by default. |
Array of arrays | The $conifg_vars array, if $return_config is true. |