', 'href=','https://','href=','http://','external nofollow','rel=',"''"), // что заменяем
array('', 'title=', '', '', '',''), // на что заменяем
$link // в строке с html-кодом ссылки
);
return $link; // возвращаем новую ссылку после замены
}
// подключаем фильтр
add_filter( "get_comment_author_link", "ark_comment_author_link" );
/* ========================================================================== */
/* ==========================================================================
* Функция закрытия replytocom
* Источник: seo-mayak.com/seo-prodvizhenie/tonkosti-prodvizheniya/dubli-stranic-replytocom.html
* ========================================================================== */
function mayak_replycom_remove( $mayak_remove ) {
$cut = "!(.*?)!si";
$insert = "";
return preg_replace($cut, $insert, $mayak_remove);
}
add_filter( 'comment_reply_link', 'mayak_replycom_remove' );
/* ========================================================================== */
?>