'; } if ( $search ) { ?> '; arendelle_woo_cart_icon(); echo ''; } if ( $html ) { echo ''; } if ( ! $is_mobile ) { echo ''; } } } /** * Top bar */ if ( ! function_exists( 'arendelle_top_bar' ) ) { function arendelle_top_bar() { if ( class_exists( 'woocommerce' ) ) { if ( is_checkout() && get_theme_mod( 'arendelle_settings_woocommerce_distraction_free_checkout', true ) ) { return; } } $message = get_theme_mod( 'arendelle_settings_top_bar_message', esc_html__( 'Free Shipping & Returns On All US Orders', 'arendelle' ) ); $url = get_theme_mod( 'arendelle_settings_top_bar_url', '#' ); $customizer = get_theme_mod( 'arendelle_settings_top_bar_show', false ); $meta = get_post_meta( get_the_ID(), '_arendelle_top_bar_hide', true ); if ( is_archive() || is_404() || is_search() || is_home() ) { $meta = ''; } if ( $customizer && $meta != '1' ) { ?>

false, ) ); } if ( arendelle_is_woocommerce_activated() ) { if ( is_shop() && get_theme_mod( 'arendelle_settings_shop_breadcrumbs_show', true ) ) { breadcrumb_trail( array( 'show_browse' => false, ) ); } } if ( is_search() && get_theme_mod( 'arendelle_settings_search_results_breadcrumbs_show', true ) ) { breadcrumb_trail( array( 'show_browse' => false, ) ); } if ( is_page() || is_home() && get_theme_mod( 'arendelle_settings_regular_pages_breadcrumbs_show', true ) ) { if ( arendelle_is_woocommerce_activated() ) { if ( is_shop() ) { return; } } breadcrumb_trail( array( 'show_browse' => false, ) ); } if ( is_single() && get_theme_mod( 'arendelle_settings_single_post_breadcrumbs_show', true ) ) { ?>
'single-post__featured-img-image' )); ?>
' . get_the_title() . ' ' . esc_html( $text ) ); ?>
', '' ) ); $output = str_replace( '[current_year]', date_i18n( 'Y' ), $output ); echo do_shortcode( wp_kses_post( $output ) ); } } /** * Footer payment icons */ if ( ! function_exists( 'arendelle_footer_payment_icons' ) ) { /** * Footer payment icons * * @since 1.0.0 */ function arendelle_footer_payment_icons() { ?>