Turn all URLs into clickable links.
- Full name:
make_clickable - Defined in:
cms/core/Shared/Helpers/core.php
Parameters
| Parameter | Type | Description |
|---|---|---|
$value |
string | Input text. |
$protocols |
list |
Supported protocols, e.g. ['http', 'https', 'mail', 'x']. |
$attributes |
array |
Extra HTML attributes to add to generated tags. |
Return Value
string