bbp_new_reply_post_extras

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

  • /includes/replies/functions.php line 469
    465
    466
    467
    468
    469
    470
    471
    472
    473
    474
    do_action( 'bbp_new_reply', $reply_id, $topic_id, $forum_id, $anonymous_data, $reply_author, false, $reply_to );
     
    /** Additional Actions (After Save) ***********************************/
     
    do_action( 'bbp_new_reply_post_extras', $reply_id );
     
    /** Redirect **********************************************************/
     
    // Redirect to
    $redirect_to = bbp_get_redirect_to();

See this hook used in plugins: