WPMU_PLUGIN_URL
Full url, no trailing slash.
Value (string)
WP_CONTENT_URL . '/mu-plugins'
Usage
if ( defined( 'WPMU_PLUGIN_URL' ) ) { // grab the value $value = constant( 'WPMU_PLUGIN_URL' ); if ( !empty( $value ) ) { // go forth and prosper... } }
Defined (1)
The constant is defined in the following location(s).
- /wp-includes/default-constants.php
- define( 'WPMU_PLUGIN_URL', WP_CONTENT_URL . '/mu-plugins' ); // full url, no trailing slash