WPMU_ACCEL_REDIRECT
The WordPress Core WPMU ACCEL REDIRECT constant.
Value (bool)
false
Usage
if ( defined( 'WPMU_ACCEL_REDIRECT' ) ) { // grab the value $value = constant( 'WPMU_ACCEL_REDIRECT' ); if ( !empty( $value ) ) { // go forth and prosper... } }
Defined (1)
The constant is defined in the following location(s).
- /wp-includes/ms-default-constants.php
- define( 'WPMU_ACCEL_REDIRECT', false );