max_num_pages; $paged = $paged ?? get_query_var( 'paged' ); $base = $base ?? esc_url_raw( str_replace( 999999999, '%#%', get_pagenum_link( 999999999, false ) ) ); if ( $total <= 1 ) { return; } ?> ' : ''; $next_arrow = is_rtl() ? '' : ''; echo paginate_links( apply_filters( 'learn_press_pagination_args', array( 'base' => $base, 'format' => '', 'add_args' => '', 'current' => max( 1, $paged ), 'total' => $total, 'prev_text' => $prev_arrow, 'next_text' => $next_arrow, 'type' => 'list', 'end_size' => 3, 'mid_size' => 3, ) ) ); ?>