get( 'Version' ) ); /** * The theme directory. * * @since 1.0.0 */ define( 'BLOCKETTE_DIR', trailingslashit( get_template_directory() ) ); /** * The theme uri. * * @since 1.0.0 */ define( 'BLOCKETTE_URI', trailingslashit( get_template_directory_uri() ) ); require get_parent_theme_file_path( 'inc/autoload.php' ); require get_parent_theme_file_path( 'inc/wptt-webfont-loader.php' ); Blockette\Init::instance();