render_zone( 'left', $variant ); ?>
'primary', 'container' => false, 'menu_class' => 'bt-menu-list', 'fallback_cb' => '__return_empty_string', 'depth' => 2, ) ); ?>
get_zone_layout( $variant ); $right_items = isset( $zones['right'] ) ? (array) $zones['right'] : array(); $right_html = ''; foreach ( $right_items as $slug ) { if ( 'account' === $slug ) { continue; } ob_start(); $hm->render_component( $slug ); $right_html .= ob_get_clean(); } echo $right_html; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped // Guest fallback CTA if upload not rendered if ( ! bongoto_is_seller_like_user() && false === strpos( $right_html, 'bt-header-cta' ) && false === strpos( $right_html, 'bt-cta-btn' ) ) { get_template_part( 'template-parts/headers/components/cta-button' ); } // Desktop-only account icon/link echo '
'; $hm->render_component( 'account' ); echo '
'; ?>

'primary', 'container' => false, 'menu_class' => 'bt-drawer-menu', 'fallback_cb' => '__return_empty_string', 'depth' => 1, ) ); ?>

' . esc_html__( 'Add contact info via Appearance → Widgets → Footer Contact.', 'bongoto-marketplace' ) . '

'; if ( $admin_email ) { printf( '

%s: %s

', esc_html__( 'Email', 'bongoto-marketplace' ), esc_html( $admin_email ) ); } } ?>