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
trueonly the link will be used and noatag. Particularly useful for exporting CSV, as the html tags are escaped in a CSV file.Default:
false
Changelog
| Version | Description |
|---|---|
| 1.7.0 | Introduced. |