bbp_new_forum_pre_extras

bbp_new_forum_pre_extras

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_pre_extras') is found 1 times:

  • /includes/forums/functions.php line 263
    259
    260
    261
    262
    263
    264
    265
    266
    267
    268
    }
     
    /** Additional Actions (Before Save) **************************************/
     
    do_action( 'bbp_new_forum_pre_extras', $forum_parent_id );
     
    // Bail if errors
    if ( bbp_has_errors() ) {
        return;
    }

See this hook used in plugins: