Warning: preg_match(): Unknown modifier '/' in /home/sitedizini/public_html/wp-content/plugins/shorten-url/shorten-url.php on line 1164
diyor, ilgili yere baktığımda şöyle:
if (strpos($match[2],home_url())!==0) {
$regexp = explode("\n", trim($this->get_param('catch_url_filter'))) ;
foreach ($regexp as $r) {
if (preg_match("/".$r."/i", $_SERVER['REQUEST_URI'])) {
$result = $this->add_external_link($match[2], "") ;
return 'get_home_url()."/".$result.'"'.$match[3].'>'.$match[4].'';
}
}
}
burada hangi kısmı nasıl düzenlemem gerekiyor?