Advertisement
nfmohit

Untitled

Jul 22nd, 2018
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.20 KB | None | 0 0
  1. add_filter( 'paginate_links', function( $link )
  2. {
  3.     return  
  4.        filter_input( INPUT_GET, 'themeum_anio_final' )
  5.        ? remove_query_arg( 'themeum_anio_final', $link )
  6.        : $link;
  7. } );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement