documents->set_current_type( $this->get_name() ); $args = array(); $products = get_posts( array( 'post_type' => 'product', 'posts_per_page' => 5, ) ); if ( ! empty( $products ) ) { $args = array( 'post_type' => 'product', 'p' => $products, ); } wc_set_loop_prop( 'total', 20 ); wc_set_loop_prop( 'total_pages', 3 ); return $args; } }