NONCE_SALT
The WordPress Core NONCE SALT constant.
Value (string)
'put your unique phrase here'
Usage
if ( defined( 'NONCE_SALT' ) ) { // grab the value $value = constant( 'NONCE_SALT' ); if ( !empty( $value ) ) { // go forth and prosper... } }
Defined (1)
The constant is defined in the following location(s).
- /wp-config-sample.php
- define('NONCE_SALT', 'put your unique phrase here');