Wordpress 评论词语替换

作者:dianso 发布时间:August 12, 2010 分类:存檔備份

// 评论词语替换
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, 评论, 词语, 替换

  • Wordpress插件 评论小秘书
  • Wordpress针对某些人
  • 一个短代码插件
  • 已有 2 条评论 »

    1. 呵呵,数据库替换哦

    2. edhardyclothing edhardyclothing

      恩恩 很有用呢

    添加新评论 »

    表情