Docs

evf_process_hyperlink_syntax( string $text, string $use_no_a_tag = false ): string

Process hyperlink syntaxes in a text.

Description

The syntax used for hyperlink is: [Link Label](Link URL) Example: Google Search Page

Parameters

$textstringrequired
Text to process.
$use_no_a_tagstringoptional
If set to true only the link will be used and no a tag. Particularly useful for exporting CSV, as the html tags are escaped in a CSV file.

Default:false

Return

string Processed text.

Changelog

VersionDescription
1.7.0Introduced.