protected function inlineUrlTag($Excerpt) { if (strpos($Excerpt['text'], '>') !== false and preg_match('/^<(\\w+:\\/{2}[^ >]+)>/i', $Excerpt['text'], $matches)) { return; } $link = parent::inlineUrlTag($Excerpt); $link['element']['attributes']['target'] = "_blank"; return $link; }