Make all links clickable in WordPress text

$string = "This is a long text that contains some links like http://www.wordpress.org and http://www.wordpress.com .";
echo make_clickable($string);

Leave a Comment