WP_SETUP_CONFIG
The WordPress Core WP SETUP CONFIG constant.
Value (bool)
true
Usage
if ( defined( 'WP_SETUP_CONFIG' ) ) { // grab the value $value = constant( 'WP_SETUP_CONFIG' ); if ( !empty( $value ) ) { // go forth and prosper... } }
Defined (1)
The constant is defined in the following location(s).
- /wp-admin/setup-config.php
- define('WP_SETUP_CONFIG', true);