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