wordpress query multiple post ids

get_posts( array( 'post__in' => array( 2, 5, 12, 14 ), 'orderby' => 'post__in' ) );