' ; } if ( $search ) { ?> ' ; // We don't escape output here, so user can enter any HTML echo do_shortcode( $text_html ) ; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped echo '' ; } if ( !$is_mobile ) { echo '' ; } } } if ( !function_exists( 'blockst_menu_mobile' ) ) { /** * Mobile menu */ function blockst_menu_mobile() { ?>

false, ) ); } } // Blog if ( is_home() && get_theme_mod( 'blockst_settings_breadcrumbs_blog_show', false ) ) { breadcrumb_trail( array( 'show_browse' => false, ) ); } // Pages if ( is_page() && get_theme_mod( 'blockst_settings_breadcrumbs_pages_show', false ) ) { if ( blockst_is_woocommerce_activated() && is_shop() ) { return; } breadcrumb_trail( array( 'show_browse' => false, ) ); } // Single post if ( is_single() && get_theme_mod( 'blockst_settings_single_post_breadcrumbs_show', false ) ) { ?>
style="background-image: url();">
'single-post__featured-img-image', ) ); ?>

'single-post__featured-img-image', ) ); ?>

', '' ) ); $output = str_replace( '[current-year]', date_i18n( 'Y' ), $output ); echo do_shortcode( wp_kses_post( $output ) ) ; } }