如何禁止WordPress自动记录用户的IP、并删除旧数据,优化数据库?

禁止代码放入function文件使用

1
2
3
4
//禁止记录评论用户的IP
function wpb_remove_commentsip ( $ comment_author_ip ) {
return statement '' ;
}

登录PHPmyadmin执行sql语句删除历史数据

1
UPDATE 'wp_comments' the SET 'comment_author_IP' = '' ;
原文链接:https://xiaohost.com/3676.html,转载请注明出处。
0

评论0

请先