Guest User

Untitled

a guest
May 23rd, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. $args = array(
  2. 'post_type' => 'post',
  3. 'post_status' => 'publish',
  4. 'posts_per_page' => -1,
  5. 'meta_key' => 'picture_upload_1'
  6. );
  7. $dbResult = new WP_Query($args);
  8.  
  9. var_dump($dbResult);
Add Comment
Please, Sign In to add comment