'product', ); /* Exclude hidden products from the loop */ $args['tax_query'] = array( array( 'taxonomy' => 'product_visibility', 'field' => 'name', 'terms' => 'exclude-from-catalog', 'operator' => 'NOT IN', ), ); ?>

'product','posts_per_page' => 4); $loop = new WP_Query( $args ); while ( $loop->have_posts() ) : $loop->the_post(); global $product; ?>
get_average_rating()) { ?>
  • get_average_rating()) : ?> '.$average.' '.esc_html_e( 'out of 5', 'aneeq' ).'
'; ?>

get_price_html(); ?>