$current_category = get_queried_object();
$args_category = [
'taxonomy' => $current_category->taxonomy,
'parent' => $current_category->term_id,
'hide_empty' => false,
];
$categories = get_the_terms( $product->get_id, 'product_cat' );
$terms = get_terms( $args_category );
if ( $terms ) {
if ( $categories->slug != 'odezhda-i-obuv' && !is_product_category( 'odezhda-muzhchinam' ) ) {
foreach ( $terms as $term ) {
}
}
}
if ( $terms ) {
foreach ( $terms as $term ) {
if ( $term->parent > 0 ) {
$term_category = get_ancestors( $term->term_id, 'product_cat' );
}
if ( !$term_category['odezhda-i-obuv'] && !is_product_category( 'odezhda-muzhchinam') ) {
} else {
}
}
}
if ( $term->parent > 0 ) {
$term_category = get_ancestors( $term->term_id, 'product_cat' );
}
Мне нужно передать переменную $temp_var (в которой категории) в sidebar-cat.php
тут name подставляется в сам путь, а мне нужно передать переменную, чтобы в файле cat-sidebar.php я смог посмотреть print_r($temp_var);