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