f
Size: a a a
f
YK
f
f
YK
if ( $is_product && function_exists( 'wc_get_product_cat_ids' ) ) {
$categories = [];
foreach ( wc_get_product_cat_ids( $args['id'] ) as $cat_id ) {
$term = get_term( $cat_id );
if ( ! empty( $term->name ) )
$categories[] = $term->name;
}YK
ML
ML

f
f
EK
EK
ML
EK
АЛ
SZ
ML