function hook_privatemsg_header_info_alter in Privatemsg 6.2
Same name and namespace in other branches
- 7.2 privatemsg.api.php \hook_privatemsg_header_info_alter()
Alter the defined header structure.
Parameters
$headers: All headers returned by hook_privatemsg_header_info().
1 invocation of hook_privatemsg_header_info_alter()
- privatemsg_get_headers in ./
privatemsg.module - Returns an array of defined column headers for message listings.
File
- ./
privatemsg.api.php, line 746 - Privatemsg API Documentation
Code
function hook_privatemsg_header_info_alter(&$headers) {
}