AUTH_SALT

常量
define( 'AUTH_SALT', 'put your unique phrase here' );
定義位置
引入
棄用

AUTH_SALT:這是一個預定義的常量,它是用於加密 cookie 中儲存的使用者身份驗證資料的金鑰。

define( 'AUTH_SALT',        'put your unique phrase here' );

常見問題

FAQs
檢視更多 >