$kirby->option()
Load a specific configuration option
$kirby->option(string $key, mixed $default = null): mixed
Parameters
Name | Type | Default | Description |
---|---|---|---|
$key |
string |
– | |
$default |
mixed |
null |
Return type
mixed