function custom_us_store_checkbox_list() { $args = array( 'post_type' => 'product', 'posts_per_page' => -1, 'tax_query' => array( array( 'taxonomy' => 'product_cat', 'field' => 'slug', 'terms' => 'us-store', ), ), ); $loop = new WP_Query( $args ); if ( ! $loop->have_posts() ) { return '

No products found.

'; } ob_start(); ?>
    have_posts() ) : $loop->the_post(); global $product; ?>

Menu