'product',
'posts_per_page' => 4,
'tax_query' => array(
array(
'taxonomy' => 'product_cat',
'terms' => esc_html( get_theme_mod('adviso_product_cat' ) ),
'operator' => 'IN' // Possible values are 'IN', 'NOT IN', 'AND'.
)
)
);
$loop = new WP_Query( $args );
while ( $loop->have_posts() ) :
$loop->the_post();
global $product;
?>
get_average_rating() ); ?>