>
'wo-card__img',
'loading' => 'lazy',
'style' => 'width:100%;height:180px;object-fit:cover;border-radius:8px 8px 0 0;margin:-1.5rem -1.5rem 1rem;width:calc(100% + 3rem);',
] );
?>
slug );
}
}
} elseif ( 'wo_product' === $post_type ) {
$cats = get_the_terms( get_the_ID(), 'wo_product_cat' );
if ( $cats && ! is_wp_error( $cats ) ) {
echo '';
echo esc_html( $cats[0]->name );
echo '';
}
} else {
echo '';
echo esc_html( get_the_category_list( ', ' ) );
echo '';
}
?>