Only Get Posts With A Date After Yesterday


	$args['date_query'] = array(
				'column' => 'post_date_gmt',
				'after' => 'yesterday'
			);