bbp_new_reply_pre_insert

bbp_new_reply_pre_insert

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_new_reply_pre_insert') is found 1 times:

  • /includes/replies/functions.php line 379
    375
    376
    377
    378
    379
    380
    381
    382
    383
    384
    385
    /** 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(),