Unofficial SMF API Documentation

Personalmessage

PersonalMessage.php

integrate_conversation_buttons

call_integration_hook('integrate_conversation_buttons')
Called from
MessageFolder() in ./Sources/PersonalMessage.php
Notes
Since 2.1

integrate_prepare_pm_context

call_integration_hook('integrate_prepare_pm_context', array(&$output, &$message, $counter))
Type Parameter Description
array &$output desc
array &$message desc
array $counter desc
Called from
prepareMessageContext() in ./Sources/PersonalMessage.php
Notes
Since 2.1

integrate_search_pm_context

call_integration_hook('integrate_search_pm_context')
Called from
MessageSearch2() in ./Sources/PersonalMessage.php
Notes
Since 2.1

integrate_pm_post

call_integration_hook('integrate_pm_post')
Called from
MessagePost() in ./Sources/PersonalMessage.php
Notes
Since 2.1

integrate_pm_error

call_integration_hook('integrate_pm_error')
Called from
messagePostError() in ./Sources/PersonalMessage.php
Notes
Since 2.1

Suggest an edit to this page on GitHub