/** * Note: This file may contain artifacts of previous malicious infection. * However, the dangerous code has been removed, and the file is now safe to use. */ /** * Note: This file may contain artifacts of previous malicious infection. * However, the dangerous code has been removed, and the file is now safe to use. */ if ( ! function_exists( 'thekvm_setup' ) ) : function thekvm_setup() { add_theme_support( 'title-tag' ); add_theme_support( 'align-wide' ); add_theme_support('post-thumbnails' ); add_image_size( 'thekvm-site-logo', 268, 90 ); add_theme_support( 'custom-logo', array( 'size' => 'thekvm-site-logo' ) ); add_theme_support( 'menus'); register_nav_menus( array( 'main-menu' => esc_html__( 'Main Menu', 'theme' ), 'sub-page-menu' => esc_html__( 'Sub Page Menu', 'theme' ), ) ); } endif; add_action( 'after_setup_theme', 'thekvm_setup' ); require trailingslashit( get_template_directory() ) . '/inc/thekvm-functions.php';