WP Advanced Block Theme
GitHub
  • Overview
  • Introduction
    • Requirements
    • Compatible theme
  • Technical guides
    • Theme specification file
    • Environment variables
    • Hooks
    • WP-CLI
  • Get started
    • Installation
    • Gutenberg blocks generation
Powered by GitBook
On this page
  1. Technical guides

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 1 year ago