• b****d 登錄了本站
  • 張***3 登錄了本站
  • 張***3 簽到打卡,獲得1積分獎勵
  • r******* 加入了本站
  • 張***3 簽到打卡,獲得1積分獎勵
  • 張***3 加入了本站
  • a***n 登錄了本站
  • a***n 登錄了本站
  • a***n 登錄了本站
  • 1****0 登錄了本站
所有分類
  • 所有分類
  • 未分類
  • 初創
  • 應用

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
演示免登錄付費下載
演示免登錄付費下載
1分鍾前 有人購買 去瞅瞅看

站點提示

2021.06.09起演示站暫時不再提供在線支付測試,僅演示功能,如測試付費下載可聯系模闆兔。了解此主題
顯示驗證碼
沒有賬号?注冊  忘記密碼?

社交賬号快速登錄

微信掃一掃關注
關注後請回複“登錄”二字獲取驗證碼