Changes between Initial Version and Version 1 of Ticket #3578
- Timestamp:
- 08/03/2023 03:19:13 AM (20 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3578 – Description
initial v1 1 If you use the 'bbp_new_topic_pre_insert' filter to change the authorship of a post (See https://meta.trac.wordpress.org/ticket/6839 for a use-case) the following 'bbp_new_topic'hook will fire with the incorrect data passed.1 If you use the `bbp_new_topic_pre_insert` filter to change the authorship of a post (See https://meta.trac.wordpress.org/ticket/6839 for a use-case) the following `bbp_new_topic` hook will fire with the incorrect data passed. 2 2 3 3 This is because the hook uses the data from before the filter was run.