function content_profile_registration_content_profile_settings in Content Profile 6
Implementation of hook_content_profile_settings().
File
- modules/
content_profile_registration.module, line 270 - Allows exposure and processing of content_profile node fields at user registration
Code
function content_profile_registration_content_profile_settings() {
return array(
'registration_use' => FALSE,
'admin_user_create_use' => FALSE,
'registration_hide' => array(),
);
}