>
get_related( $posts_per_page ); $ariana_args2 = apply_filters( 'woocommerce_related_products_args', array( 'post_type' => 'product', 'ignore_sticky_posts' => 1, 'no_found_rows' => 1, 'posts_per_page' => 4, 'post__in' => $ariana_related, 'post__not_in' => array( $product->id ) ) ); $ariana_relatd = new WP_Query( $ariana_args2 ); if ( $ariana_relatd->have_posts() ) : ?>