Skip to content

Instantly share code, notes, and snippets.

@LinzardMac
Created January 28, 2013 01:13
Show Gist options
  • Save LinzardMac/4651920 to your computer and use it in GitHub Desktop.
Save LinzardMac/4651920 to your computer and use it in GitHub Desktop.
public function get_all_recent_two() {
global $json_api;
$args= array(
'post_type' => array( 'post', 'imported_content')
);
$wp_query = new WP_Query($args);
$posts = $json_api->introspector->get_posts();;
return $posts;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment