Advertisement
Guest User

Untitled

a guest
Jan 18th, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. add_action( 'load-edit.php', function () {
  2. global $typenow;
  3.  
  4. if( 'post' !== $typenow ) {
  5. return;
  6. }
  7. add_action( 'pre_get_posts', function ($query) {
  8. $query->set('post_type', 'any');
  9. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement