rdusnr

Untitled

May 30th, 2016
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.22 KB | None | 0 0
  1.  
  2. function exclude_category($query) {
  3.  
  4.     if(!pmpro_hasMembershipLevel()) {
  5.  
  6.         if(is_home()){
  7.  
  8.             $query->set('cat', '-90,-125,-135');
  9.         }
  10.            
  11.         return $query;
  12.     }
  13.  
  14. }
  15.  
  16. add_filter('pre_get_posts', 'exclude_category');
Advertisement
Add Comment
Please, Sign In to add comment