DB_PASSWORD
The WordPress Core DB PASSWORD constant.
Value (unknown)
$pwd
Usage
if ( defined( 'DB_PASSWORD' ) ) { // grab the value $value = constant( 'DB_PASSWORD' ); if ( !empty( $value ) ) { // go forth and prosper... } }
Defined (2)
The constant is defined in the following location(s).
- /wp-admin/setup-config.php
- define('DB_PASSWORD', $pwd);
- /wp-config-sample.php
- define('DB_PASSWORD', 'password_here');