bbp_new_topic_post_extras

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

  • /includes/topics/functions.php line 380
    376
    377
    378
    379
    380
    381
    382
    383
    384
    385
    do_action( 'bbp_new_topic', $topic_id, $forum_id, $anonymous_data, $topic_author );
     
    /** Additional Actions (After Save) ***********************************/
     
    do_action( 'bbp_new_topic_post_extras', $topic_id );
     
    /** Redirect **********************************************************/
     
    // Redirect to
    $redirect_to = bbp_get_redirect_to();

See this hook used in plugins: