Skip to content

Kirby 5.1.1

$kirby->kirbytags()

Parses and resolves KirbyTags in text

$kirby->kirbytags(string|null $text = null, array $data = [ ]): string

Parameters

Name Type Default
$text stringornull null
$data array [ ]

Return type

string

This method modifies the existing $app object it is applied to and returns it again.

Parent class

Kirby\Cms\App