>
'', 'menu' => $menu, 'menu_id' => 'header-top-left-menu', 'container' => '', 'depth' => apply_filters( 'zakra_header_top_menu_depth', -1 ), ) ); break; case 'widget': if ( is_active_sidebar( 'header-top-left-sidebar' ) ) { dynamic_sidebar( 'header-top-left-sidebar' ); } break; default: return; } } endif; if ( ! function_exists( 'zakra_header_top_right_content' ) ) : /** * Header top right content. */ function zakra_header_top_right_content() { $right_content = get_theme_mod( 'zakra_header_top_right_content', 'menu' ); switch ( $right_content ) { case 'text_html': $text_html = get_theme_mod( 'zakra_header_top_right_content_html', '' ); echo do_shortcode( wp_kses_post( $text_html ) ); break; case 'menu': $menu = get_theme_mod( 'zakra_header_top_right_content_menu', 'none' ); if ( 'none' === $menu ) { return; } wp_nav_menu( array( 'menu' => $menu, 'menu_id' => 'header-top-right-menu', 'container' => '', 'depth' => apply_filters( 'zakra_header_top_menu_depth', -1 ), ) ); break; case 'widget': if ( is_active_sidebar( 'header-top-right-sidebar' ) ) { dynamic_sidebar( 'header-top-right-sidebar' ); } break; default: return; } } endif; /*========================================== HEADER MAIN ==========================================*/ if ( ! function_exists( 'zakra_before_header_main' ) ) : /** * Before header main. */ function zakra_before_header_main() { ?>
'tg-logo', 'itemprop' => 'logo', ); // @codingStandardsIgnoreStart $meta_logo = apply_filters( 'zakra_meta_logo', zakra_get_image_by_id( $meta_logo_id, $meta_logo_attr, get_bloginfo( 'name', 'display' ) ) ); // WPCS: CSRF ok. // @codingStandardsIgnoreEnd echo sprintf( '', esc_url( home_url( '/' ) ), $meta_logo ); } else { do_action('zakra_mobile_logo'); the_custom_logo(); } ?>

>
%2$s', esc_attr( $markup ), wp_kses_post( $page_title ) ); } ?> '', 'before' => '
  • ', 'after' => '
  • ', 'delimiter' => '', ) ); } } else { // Theme breadcrumb. /** * Hook - zakra_action_breadcrumbs * * @hooked zakra_breadcrumbs - 10 */ do_action( 'zakra_action_breadcrumbs' ); } } ?>
    false, ) ); } endif; if ( ! function_exists( 'zakra_content_start' ) ) : /** * Container starts. */ function zakra_content_start() { ?>