Inicio › API reference ›
hook_profile_alter
hooks/core.php, line 985
- Versions
- hooks
hook_profile_alter(&$account)
Perform alterations profile items before they are rendered. You may omit/add/re-sort/re-categorize, etc.
Parameters
$account A user object whose profile is being rendered. Profile items are stored in $account->content.
Valor de retorno
None.
Código
<?php
function hook_profile_alter(&$account) {
foreach ($account->content AS $key => $field) {
// do something
}
}
?> 
Comentarios recientes
hace 17 horas 50 mins
hace 1 día 10 horas
hace 1 semana 21 horas
hace 14 semanas 4 días
hace 19 semanas 19 horas
hace 20 semanas 2 días
hace 20 semanas 5 días
hace 20 semanas 5 días
hace 21 semanas 2 días
hace 22 semanas 1 día