Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. add_filter('posts_where_paged', 'posts_where_paged_custom', 10, 2);
  2.  
  3. function posts_where_paged_custom($where, $query) {
  4. return 'AND (1=1 ' . $where . ')';
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement