bbp_new_forum_pre_insert

bbp_new_forum_pre_insert

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_new_forum_pre_insert') is found 1 times:

  • /includes/forums/functions.php line 274
    270
    271
    272
    273
    274
    275
    276
    277
    278
    279
    280
    /** No Errors *************************************************************/
     
    // Add the content of the form to $forum_data as an array
    // Just in time manipulation of forum data before being created
    $forum_data = apply_filters( 'bbp_new_forum_pre_insert', array(
        'post_author'    => $forum_author,
        'post_title'     => $forum_title,
        'post_content'   => $forum_content,
        'post_parent'    => $forum_parent_id,
        'post_status'    => $forum_status,
        'post_type'      => bbp_get_forum_post_type(),