NONCE_KEY

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

NONCE_KEY:這是一個WordPress常量,它定義了用於生成安全令牌的安全金鑰,稱為 “nonces”。Nonces是唯一的、一次性使用的令牌,用來幫助保護表單和URL不被濫用。

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

常見問題

FAQs
檢視更多 >