function hook_privatemsg_view_messages in Privatemsg 6
Add content to the view thread page.
Each element in content contains a 'value' and a '#weight' key, the weight is used set the order of the different parts.
Parameters
$content: Content array
$message_count: Amount of messages
Related topics
File
- ./
privatemsg.api.php, line 434 - Privatemsg API Documentation
Code
function hook_privatemsg_view_messages($content, $message_count) {
}