Environment variables
define('THEME_FRONT_END_RELATIVE_PATH', 'front-end');
define('THEME_FRONTSPEC_JSON_FILENAME', 'frontspec.json');
define('THEME_VIEW_ROOT_LOCATION', 'src/views/');
define('COMPONENTS_RELATIVE_PATH', 'components/');
define('CONTAINER_CLASS_NAME', 'container');
define('FRONT_ENV', 'production');
define('INCLUDE_WP_HEADER', true);
Last updated