WP_INSTALLING_NETWORK
The WordPress Core WP INSTALLING NETWORK constant.
Value (bool)
true
Usage
if ( defined( 'WP_INSTALLING_NETWORK' ) ) { // grab the value $value = constant( 'WP_INSTALLING_NETWORK' ); if ( !empty( $value ) ) { // go forth and prosper... } }
Defined (2)
The constant is defined in the following location(s).
- /wp-admin/includes/schema.php
- define( 'WP_INSTALLING_NETWORK', true );
- /wp-admin/network.php
- define( 'WP_INSTALLING_NETWORK', true );