bbp_new_topic_pre_insert
bbp_new_topic_pre_insert
Appears in: bbpress.2.5.14, bbpress.2.6.0, bbpress.2.6.1, bbpress.2.6.11, bbpress.2.6.12, bbpress.2.6.2, bbpress.2.6.3, bbpress.2.6.4, bbpress.2.6.5, bbpress.2.6.6, bbpress.2.6.9
Hook Type: filter
Displaying hooks found in version: bbpress.2.6.9apply_filters('bbp_new_topic_pre_insert') is found 1 times:
- /includes/topics/functions.php line 324320321322323324325326327328329330
/** No Errors *************************************************************/
// Add the content of the form to $topic_data as an array.
// Just in time manipulation of topic data before being created
$topic_data
= apply_filters(
'bbp_new_topic_pre_insert'
,
array
(
'post_author'
=>
$topic_author
,
'post_title'
=>
$topic_title
,
'post_content'
=>
$topic_content
,
'post_status'
=>
$topic_status
,
'post_parent'
=>
$forum_id
,
'post_type'
=> bbp_get_topic_post_type(),