theme_location ) { $classes[] = 'navbar-item'; } return $classes; } add_filter( 'nav_menu_css_class', 'beam_primary_menu_classes', 10, 3 ); /* * Load content-one content * Used in Include One template * to-do: check if template actually being used */ function beam_load_content_one( $path ) { $post = get_page_by_path( $path ); $content = apply_filters( 'the_content', $post->post_content ); echo wp_kses_post( $content ); } /** * Add Kirki toolkit */ require_once BEAM_THEME_DIR . 'inc/kirki-toolkit.php'; /** * Plugin Recommendation */ require_once BEAM_THEME_DIR . 'inc/adm/tgm/install.php'; /** * Load Hooks */ require_once BEAM_THEME_DIR . 'inc/hooks.php';