SECURE_AUTH_KEY

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

SECURE_AUTH_KEY:這個常量設定了一個唯一的金鑰,用來保護認證cookie,防止未經授權訪問網站。

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
define( 'SECURE_AUTH_KEY', 'put your unique phrase here' );
define( 'SECURE_AUTH_KEY', 'put your unique phrase here' );
define( 'SECURE_AUTH_KEY',  'put your unique phrase here' );

常見問題

FAQs
檢視更多 >