For the complete documentation index, see llms.txt. This page is also available as Markdown.

Security

out() function.

The out() function is supplied by Saturn Core and is designed to escape potentially dangerous characters from strings.

echo out('Hello! <script>this is dangerous!</script>');

Last updated