You are here

function hook_userpoints_list_transactions_alter in User Points 7.2

Same name and namespace in other branches
  1. 7 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().

Related topics

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 81
API documentation for userpoints.module

Code

function hook_userpoints_list_transactions_alter(&$output) {
}