WP_LOAD_PATH
The WordPress Core WP LOAD PATH constant.
Value (unknown)
$classic_root
Usage
if ( defined( 'WP_LOAD_PATH' ) ) { // grab the value $value = constant( 'WP_LOAD_PATH' ); if ( !empty( $value ) ) { // go forth and prosper... } }
Defined (2)
The constant is defined in the following location(s).
- /libs/lib-bootstrap.php
- define( 'WP_LOAD_PATH', $classic_root );
- define( 'WP_LOAD_PATH', $path );