bbp_new_topic_pre_extras

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

  • /includes/topics/functions.php line 313
    309
    310
    311
    312
    313
    314
    315
    316
    317
    318
    }
     
    /** Additional Actions (Before Save) **************************************/
     
    do_action( 'bbp_new_topic_pre_extras', $forum_id );
     
    // Bail if errors
    if ( bbp_has_errors() ) {
        return;
    }

See this hook used in plugins: