Skip to content

Kirby 5.0.4

$field->permalinksToUrls()

Parses the field value as DOM and replaces any permalinks in href/src attributes with the regular url

$field->permalinksToUrls(): Kirby\Content\Field

Return type

Kirby\Content\Field

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

Warning

This method is still experimental! You can use it to solve potential problems with permalinks already, but it might change in the future.