• c***i 登录了本站
  • c***i 登录了本站
  • c***i 登录了本站
  • c***i 登录了本站
  • j**i 登录了本站
  • c***i 下载了资源 打金服的回收提现脚本分享一个(带PAK补丁)
  • j**i 下载了资源 Photoshop6-下载地址 无限创造,成就梦想
  • j**i 登录了本站
  • c***i 登录了本站
  • c***i 登录了本站
所有分类
  • 所有分类
  • 操作系统
  • 软件程序
  • 未分类
  • 人物
  • List分类
  • 热血传奇
  • 初创
  • 音频分类

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);
阅读全文

原文链接:http://haojidi.com/?blog=wordpress-%e6%94%af%e6%8c%81%e4%b8%ad%e6%96%87%e7%94%a8%e6%88%b7%e5%90%8d%e6%b3%a8%e5%86%8c,转载请注明出处,如有侵权请立即删除。

0
分享海报

评论0

请先

站点提示

本站现在需要上传资料的工作兼职人员,如有需要联系QQ:875927。
显示验证码
没有账号?注册  忘记密码?