• b****d 加入了本站
  • 1****6 登录了本站
  • s*****g 加入了本站
  • 1****3 签到打卡,获得1积分奖励
  • 1****3 登录了本站
  • a***n 登录了本站
  • a******3 加入了本站
  • u******* 签到打卡,获得1积分奖励
  • 4****5 签到打卡,获得1积分奖励
  • 4****5 购买了资源 演示自动发卡
所有分类
  • 所有分类
  • 未分类
  • 初创
  • 应用

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
分享海报

评论2

请先
  1. 原来这样啊
    jiji 2025-03-20 0
  2. 哈哈哈
    呜呜 2019-08-29 0
演示免登录付费下载
演示免登录付费下载
8分钟前 有人购买 去瞅瞅看

站点提示

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

社交账号快速登录

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