' : '
'; $next_arrow = is_rtl() ? '
' : '
'; echo paginate_links( apply_filters( 'woocommerce_pagination_args', array( // WPCS: XSS ok. 'base' => $base, 'format' => $format, 'add_args' => false, 'current' => max( 1, $current ), 'total' => $total, 'prev_text' => $prev_arrow, 'next_text' => $next_arrow, 'type' => 'list', 'end_size' => 3, 'mid_size' => 3, ) ) ); ?>