• W*W Logged in
  • a***n Logged in
Categories
  • Categories
  • Christmas
  • 初创
  • Courses

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);

Original link: https://witsarewealth.com/blog/759/, please indicate the source when reprinting.

0
Share

Comments0

Please first

站点提示

WAW (witsarewalth. com) is pleased to launch a Christmas themed material, and we look forward to your selection and download of a massive collection of Christmas materials!Click to view details