Skip to content

Instantly share code, notes, and snippets.

@ibrahim-kardi
Created December 6, 2021 12:00
Show Gist options
  • Save ibrahim-kardi/f2bcbbfd62dee6d9d03dca63328218d1 to your computer and use it in GitHub Desktop.
Save ibrahim-kardi/f2bcbbfd62dee6d9d03dca63328218d1 to your computer and use it in GitHub Desktop.
/wp-content/plugins/tutor/classes/Utils.php
$url = site_url();
echo paginate_links( array(
//'base' => str_replace( $big, '%#%', esc_url( get_pagenum_link( $big ) ) ),
'base' => str_replace( $big, '%#%', $url .'/home/page/'.$big ),
'format' => '?paged=%#%',
'current' => max( 1, get_query_var( 'paged' ) ),
'total' => $total_num_pages
) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment