Advertisement
Guest User

Untitled

a guest
Feb 17th, 2012
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.39 KB | None | 0 0
  1. array(7) {
  2.   ["where"]=>
  3.   string(118) " AND wp_posts.post_type = 'mytype' AND (wp_posts.post_status = 'publish' OR wp_posts.post_status = 'private')"
  4.   ["groupby"]=>
  5.   string(0) ""
  6.   ["join"]=>
  7.   string(0) ""
  8.   ["orderby"]=>
  9.   string(23) "wp_posts.post_date DESC"
  10.   ["distinct"]=>
  11.   string(0) ""
  12.   ["fields"]=>
  13.   string(10) "wp_posts.*"
  14.   ["limits"]=>
  15.   string(11) "LIMIT 0, 12"
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement