Skip to content

Kirby 4.1.2

$field->excerpt()

Creates an excerpt of the field value without html or any other formatting.

$field->excerpt(int $chars = 0, bool $strip = true, string $rep = ' …'): Kirby\Content\Field

Parameters

Name Type Default
$chars int 0
$strip bool true
$rep string ' …'

Return type

Kirby\Content\Field