bbp_edit_reply_post_extras

bbp_edit_reply_post_extras

Hook Type: action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

do_action('bbp_edit_reply_post_extras') is found 1 times:

  • /includes/replies/functions.php line 759
    755
    756
    757
    758
    759
    760
    761
    762
    763
    764
    }
     
    /** Additional Actions (After Save) ***********************************/
     
    do_action( 'bbp_edit_reply_post_extras', $reply_id );
     
    /** Redirect **********************************************************/
     
    // Redirect to
    $redirect_to = bbp_get_redirect_to();