EVOLVETHEMELIB
Shortcut to point to the /library/ dir.
Value (string)
get_template_directory() . '/library'
Usage
if ( defined( 'EVOLVETHEMELIB' ) ) { // grab the value $value = constant( 'EVOLVETHEMELIB' ); if ( !empty( $value ) ) { // go forth and prosper... } }
Defined (1)
The constant is defined in the following location(s).
- /library/evolve.php
- define('EVOLVETHEMELIB', get_template_directory() . '/library'); // Shortcut to point to the /library/ dir