get_id() ); if ( count($related) == 0 ) return; $args = apply_filters( 'woocommerce_related_products_args', array( 'post_type' => 'product', 'ignore_sticky_posts' => 1, 'no_found_rows' => 1, 'posts_per_page' => 20, 'orderby' => $orderby, 'post__in' => $related ) ); $rtl = alanah_get_option( 'rtl_carousel' ) ? 'true' : 'false'; if( alanah_get_option( 'show_related_products' ) ) : alanah_wc_carousel( $args, alanah_get_option( 'related_products_cols' ), $rtl, alanah_get_option( 'scroll_carousel' ), alanah_get_option( 'autoplay_carousel' ), __( 'Related Products', 'alanah-free' ), 'related-slider', 'alanah_shadow' ); endif;