IDからカスタム投稿タイプの内容を取得する

<?php
  $select = get_post_meta($post_id, 'カスタム投稿タイプ名', false);
?>