Parsed: 111125

function get_post_meta_by_id( $mid ) {
  return get_metadata_by_mid( 'post', $mid );
}