$crumb ) : ?>
= $key + 1 && $is_taxonomy ) {
$term = get_queried_object_id();
$shop_id = wc_get_page_id( 'shop' );
$_name = $shop_id ? get_the_title( $shop_id ) : '';
if ( ! $_name ) {
$product_post_type = get_post_type_object( 'product' );
$_name = $product_post_type->labels->name;
}
if ( $shop_id > 0 ) : ?>
' . esc_html( $crumb[0] ) . ''; ?>
1) ) : ?>
'.esc_html( $crumb[0] ).''; ?>
' . get_the_title() . ''.$title_tag.'>';
elseif( ! is_single()):
echo '<'.$title_tag.' class="title">';
if ( !empty($crumb[0])) {
echo esc_html($crumb[0]);
}
else {
woocommerce_page_title();
}
echo ''.$title_tag.'>';
endif; ?>