if (module_exists('profile2')) {
foreach (profile2_get_types() as $type) {
// the following returns correctly the Profile Type object:
//dpm (profile2_type_load($type->type));
// the following returns NULL
//dpm (profile2_load($type->id));