$defaultVisitor->function()
Processes global function
$defaultVisitor->function() has been marked as unstable. It might be changed in a future Kirby major or minor release without being considered a breaking change. Use with caution.
$defaultVisitor->function(string $name, array $arguments = [ ]): mixed
Parameters
| Name | Type | Default |
|---|---|---|
| $namerequired | string |
no default value |
| $arguments | array |
[ ]
|
Return type
mixed
This method modifies the existing $defaultvisitor object it is applied to and returns it again.