Topics
MoveTopic.php
integrate_movetopic2_end
call_integration_hook('integrate_movetopic2_end')
- Called from
MoveTopic2()
in./Sources/MoveTopic.php
- Notes
- Since 2.1
Recent.php
integrate_recent_RecentPosts
call_integration_hook('integrate_recent_RecentPosts')
- Called from
RecentPosts()
in./Sources/Recent.php
- Notes
- Since 2.1
integrate_recent_buttons
call_integration_hook('integrate_recent_buttons')
- Called from
UnreadTopics()
in./Sources/Recent.php
- Notes
- Since 2.1
integrate_unread_list
call_integration_hook('integrate_unread_list')
- Called from
UnreadTopics()
in./Sources/Recent.php
- Notes
- Since 2.1
RemoveTopic.php
integrate_remove_topics_before
call_integration_hook('integrate_remove_topics_before', array($topics, $recycle_board))
Type | Parameter | Description |
---|---|---|
array |
$topics |
desc |
array |
$recycle_board |
desc |
- Called from
removeTopics()
in./Sources/RemoveTopic.php
- Notes
- Since 2.1
integrate_remove_topics
call_integration_hook('integrate_remove_topics', array($topics))
Type | Parameter | Description |
---|---|---|
array |
$topics |
desc |
- Called from
removeTopics()
in./Sources/RemoveTopic.php
- Notes
- Since 2.1
integrate_pre_remove_message
call_integration_hook('integrate_pre_remove_message', array($message, $decreasePostCount, $row))
Type | Parameter | Description |
---|---|---|
array |
$message |
desc |
array |
$decreasePostCount |
desc |
array |
$row |
desc |
- Called from
removeMessage()
in./Sources/RemoveTopic.php
- Notes
- Since 2.1
integrate_remove_message
call_integration_hook('integrate_remove_message', array($message, $row, $recycle))
Type | Parameter | Description |
---|---|---|
array |
$message |
desc |
array |
$row |
desc |
array |
$recycle |
desc |
- Called from
removeMessage()
in./Sources/RemoveTopic.php
- Notes
- Since 2.1