bbp_new_forum

bbp_new_forum

Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

do_action('bbp_new_forum') is found 1 times:

  • /includes/forums/functions.php line 316
    312
    313
    314
    315
    316
    317
    318
    319
    320
    321
    322
    }
     
    /** Update counts, etc... *********************************************/
     
    do_action( 'bbp_new_forum', array(
        'forum_id'           => $forum_id,
        'post_parent'        => $forum_parent_id,
        'forum_author'       => $forum_author,
        'last_topic_id'      => 0,
        'last_reply_id'      => 0,
        'last_active_id'     => 0,

See this hook used in plugins: