/**
* Implementation of hook_profile_alter().
*/
function helper_profile_alter(&$account) { //var_dump($account->content);
unset($account->content['summary']['#title']); //remove summary
unset($account->content['summary']['member_for']);
}
No comments:
Post a Comment