Codex

Function Reference/make clickable

Contents

Description

Convert plain text URI to HTML links.

Converts URI, www, ftp, and email addresses. Finishes by fixing links within links.

Usage

<?php make_clickable$ret ?>

Parameters

$ret
(string) (required) Content to convert URIs.
Default: None

Return Values

(string) 
Content with converted URIs.

Examples

Notes

Change Log

Since: 0.71

Source File

make_clickable() is located in wp-includes/formatting.php.

Related

See also index of Function Reference and index of Template Tags.