Skip to content

About URLs

Daniel Pimley edited this page Mar 18, 2021 · 7 revisions

Chyrp Lite's built-in functions and methods return URLs in a form with certain characters converted to HTML entities – in other words, a URL that can be outputted safely as part of a web page. If you want to use these URLs for another purpose you can use the PHP helper function unfix() or the Twig filter unfix to undo the conversion.

Clone this wiki locally