function hook_userpoints_list_alter in User Points 7
Same name and namespace in other branches
- 7.2 userpoints.api.php \hook_userpoints_list_alter()
Allows to customize the output of a the users by points page.
Parameters
$output: Render array with the content.
See also
1 invocation of hook_userpoints_list_alter()
- userpoints_list_users in ./
userpoints.pages.inc - Lists the users and their point totals by all or by category.
File
- ./
userpoints.api.php, line 43 - API documentation for userpoints.module
Code
function hook_userpoints_list_alter(&$output) {
}