wpqueryproduct
Query product post type
// WP_Query arguments $args = array ( 'post_type' => 'product', ); // The Query $queryproduct = new WP_Query( $args );
Query product post type
// WP_Query arguments $args = array ( 'post_type' => 'product', ); // The Query $queryproduct = new WP_Query( $args );