'product_cat', 'parent' => 0 ) ); foreach ( $terms as $term) { $category_dropdown[$term->slug] = array( 'name' => $term->name, ); } } $search = isset( $_GET['s'] ) ? $_GET['s'] : ''; $product_cat = isset( $_GET['product_cat'] ) ? $_GET['product_cat'] : ''; $all_label = $label = esc_html__( 'All Categories', 'bigshop' ); if ( isset( $_GET['product_cat'] ) ) { $pcat = $_GET['product_cat']; if ( isset( $category_dropdown[$pcat] ) ) { $label = $category_dropdown[$pcat]['name']; } } $header_style = Opt::$header_style; ?>