• u***************8 签到打卡,获得1积分奖励
  • a***n 登录了本站
  • u***************1 签到打卡,获得1积分奖励
  • f****7 加入了本站
  • u***************1 签到打卡,获得1积分奖励
  • l******3 加入了本站
  • w*******e 加入了本站
  • u***************8 签到打卡,获得1积分奖励
  • a*****8 登录了本站
  • h**********0 签到打卡,获得1积分奖励
所有分类
  • 所有分类
  • 未分类
  • 初创
  • 应用

WordPress 支持中文用户名注册

将以下php代码复制到当前主题目录下的functions.php中,即可让WordPress支持使用中文用户名注册和登录:

function MBT_sanitize_user ($username, $raw_username, $strict) {
 $username = wp_strip_all_tags( $raw_username );
 $username = remove_accents( $username );
 $username = preg_replace( '|%([a-fA-F0-9][a-fA-F0-9])|', '', $username );
 $username = preg_replace( '/&.+?;/', '', $username ); 
 if ($strict) {
 $username = preg_replace ('|[^a-z\p{Han}0-9 _.\-@]|iu', '', $username);
 }
 $username = trim( $username );
 $username = preg_replace( '|\s+|', ' ', $username );
 return $username;
}
add_filter ('sanitize_user', 'MBT_sanitize_user', 10, 3);

原文链接:https://demo.mobantu.com/modown/blog/759,转载请注明出处。

0
分享海报

评论1

请先
  1. 哈哈哈
    呜呜 2019-08-29 0
演示免登录付费下载
演示免登录付费下载
8分钟前 有人购买 去瞅瞅看

站点公告

2021.06.09起演示站暂时不再提供在线支付测试,仅演示功能,如测试付费下载可联系模板兔。了解此主题
显示验证码
没有账号?注册  忘记密码?

社交账号快速登录

微信扫一扫关注
关注后请回复“登录”二字获取验证码