[PHP] core.delete_topics_after

Request hook events and what data needs to be sent for the new hook system.
Post Reply
combuster
Registered User
Posts: 3
Joined: Wed Sep 24, 2014 7:19 pm

[PHP] core.delete_topics_after

Post by combuster »

Identifer: core.delete_topics_after
Location: In functions_admin.php method delete_topics. I think its around line 682 where we could fire the event.
Parameters: at least the variable $topic_ids (holding the ids of topic(s) that are deleted).
Explanation: Deleting a topic requires extensions to delete data that is related to the topic.
Ticket: https://tracker.phpbb.com/browse/PHPBB3-13658
PR: https://github.com/phpbb/phpbb/pull/3452

Post Reply