Docs

evf_process_line_breaks( string $text ): string

It replaces \n characters with <br/> tag because new line \n character is not supported in html.

Parameters

$textstringrequired
Text to process.

Return

string Processed text.

Changelog

VersionDescription
1.7.0Introduced.