particle
particle copied to clipboard
Drupal App: Handle Preprocess_User Without Render Array
trafficstars
The member_for key here is being unset. Find a better solution:
/**
* Implements hook_preprocess_user().
*/
function particle_preprocess_user(&$variables) {
unset($variables['content']['member_for']);
}