Advertisement
verygoodplugins

Untitled

May 7th, 2021
1,074
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.12 KB | None | 0 0
  1. add_filter( 'wpf_query_filter_get_posts_args', function( $args ) {
  2.  
  3.     $args['posts_per_page'] = -1;
  4.  
  5.     return $args;
  6.  
  7. } );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement