get_queried_object(); $sidebar_cats = get_option('nasa_sidebars_cats'); if (isset($sidebar_cats[$query_obj->slug])) : $sidebar_run = $query_obj->slug; else : $nasa_root_term_id = elessi_get_root_term_id(); if ($nasa_root_term_id) : $root_term = get_term_by('term_id', $nasa_root_term_id, 'product_cat'); if ($root_term && isset($sidebar_cats[$root_term->slug])) : $sidebar_run = $root_term->slug; endif; endif; endif; endif; if (is_active_sidebar($sidebar_run)) : ?>
>