';
} elseif ( 'social-links' === $content_to_display ) {
$section_content = '' . apply_filters( 'sway_topbar_social_icons_hook', sway_social_icons( $echo = false ) ) . '
';
} elseif ( 'navigation' === $content_to_display ) {
$section_content = '';
}
return $section_content;
}
}
if ( 'empty' != sway_get_option( 'tek-topbar-content-design' ) ) {
$topbar_content_design = sway_get_option( 'tek-topbar-content-design' );
}
$topbar_left_content_escaped = sway_topbar_content( 'tek-topbar-left-content' );
$topbar_right_content_escaped = sway_topbar_content( 'tek-topbar-right-content' );
if ( sway_get_option( 'tek-topbar-left-content' ) == 'empty' ) {
$topbar_left_empty = 'content-empty';
}
if ( sway_get_option( 'tek-topbar-right-content' ) == 'empty' ) {
$topbar_right_empty = 'content-empty';
}
?>