function appthemes_make_url_clickable($matches) {
$url = $matches[2];
$url = esc_url($url);
if (empty($url))
return $matches[0];
return $matches[1] . "<a target=\"_blank\" href=\"$url\" rel=\"dofollow\">$url</a>";
}
There are currently 1 users browsing this thread. (0 members and 1 guests)