bbp_new_reply_pre_insert
bbp_new_reply_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_reply_pre_insert') is found 1 times:
- /includes/replies/functions.php line 379375376377378379380381382383384385
/** No Errors *************************************************************/
// Add the content of the form to $reply_data as an array
// Just in time manipulation of reply data before being created
$reply_data
= apply_filters(
'bbp_new_reply_pre_insert'
,
array
(
'post_author'
=>
$reply_author
,
'post_title'
=>
$reply_title
,
'post_content'
=>
$reply_content
,
'post_status'
=>
$reply_status
,
'post_parent'
=>
$topic_id
,
'post_type'
=> bbp_get_reply_post_type(),