function hook_userpoints_list_transactions_alter in User Points 7
Same name and namespace in other branches
- 7.2 userpoints.api.php \hook_userpoints_list_transactions_alter()
Allows to customize the output of a the my userpoints page.
Parameters
$output: Render array with the content.
See also
userpoints_list_transactions().
1 invocation of hook_userpoints_list_transactions_alter()
- userpoints_list_transactions in ./
userpoints.pages.inc - Displays a detailed transaction report for an individual user.
File
- ./
userpoints.api.php, line 55 - API documentation for userpoints.module
Code
function hook_userpoints_list_transactions_alter(&$output) {
}