Advertisement
Guest User

Untitled

a guest
Oct 12th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. $args = [
  2. 'post_type' => ['any', 'attachment'],
  3. 'post_status' => ['publish', 'inherit'],
  4. 'post_mime_type' => ['application/pdf'],
  5. 'posts_per_page' => 10
  6. ];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement