Docs

evf_process_syntaxes( string $text, bool $escape_html = true, bool $trim_trailing_spaces = true ): string

Process syntaxes in a text.

Parameters

$textstringrequired
Text to be processed.
$escape_htmlbooloptional
Whether to escape all the htmls before processing or not.

Default:true

$trim_trailing_spacesbooloptional
Whether to trim trailing spaces or not.

Default:true

Return

string Processed text.

Changelog

VersionDescription
1.7.0Introduced.