$obj = get_post_type_object( 'my_post_type' );
echo $obj->description;
Sorry for this noob question how could I add this in the functions.php of my child theme? On a custom post type archive I want to show the description of the custom post type below the archive title. The custom posts are showing up fine.