//评论词语替换
add_filter('comment_text', 'replace_text', 50);
function replace_text ($text = '')
{
$text = str_replace("Tokyo Hot", "<a href='http://014.cc/about'>Tokyo Hot</a>", $text);
return $text;
}
WordPress 评论词语替换
发布于 八月 12, 2010
归档于 存檔備份
呵呵,数据库替换哦
恩恩 很有用呢