' . esc_attr( $azera_shop_copyright ) . ''; } elseif ( isset( $wp_customize ) ) { echo ''; } /* OPTIONAL FOOTER LINKS */ echo '
'; echo '

' . esc_html__( 'Secondary Menu', 'azera-shop' ) . '

'; wp_nav_menu( array( 'theme_location' => 'azera_shop_footer_menu', 'container' => false, 'menu_class' => 'footer-links small-text', 'depth' => 1, 'fallback_cb' => false, ) ); echo '
'; /* SOCIAL ICONS */ $azera_shop_social_icons = get_theme_mod( 'azera_shop_social_icons' ); if ( ! azera_shop_general_repeater_is_empty( $azera_shop_social_icons ) ) { $azera_shop_social_icons_decoded = json_decode( $azera_shop_social_icons ); ?>
    icon_value ) ? apply_filters( 'azera_shop_translate_single_string', $azera_shop_social_icon->icon_value, 'Social icons in footer' ) : ''; $link = ! empty( $azera_shop_social_icon->link ) ? apply_filters( 'azera_shop_translate_single_string', $azera_shop_social_icon->link, 'Social icons in footer' ) : ''; if ( ! empty( $icon ) && $icon !== 'No Icon' && ! empty( $link ) ) { ?>