HEX
Server: Apache
System: Linux info 3.0 #1337 SMP Tue Jan 01 00:00:00 CEST 2000 all GNU/Linux
User: u112718762 (3890930)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: /homepages/12/d967466342/htdocs/clickandbuilds/OneTreeVA/wp-content/themes/lemmony/functions.php
<?php
/*
 * Disallow direct access
 */
if( !defined( 'ABSPATH' ) ) {
    die( 'Forbidden.' );
}


/**
 * Global constants for companion plugin
 */
define( 'LEMMONY_THEME', true );
define( 'LEMMONY_THEME_VERSION', '1.6' );


/**
 * Functions
 */

// Theme setup related functions
require get_template_directory() . '/inc/setup.php';

// Theme companion plugin related functions
if( is_admin() ) :
    require get_template_directory() . '/inc/companion.php';
endif;