bbp_new_reply_redirect_to

bbp_new_reply_redirect_to

Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_new_reply_redirect_to') is found 1 times:

  • /includes/replies/functions.php line 480
    476
    477
    478
    479
    480
    481
    482
    483
    484
    485
    // Get the reply URL
    $reply_url = bbp_get_reply_url( $reply_id, $redirect_to );
     
    // Allow to be filtered
    $reply_url = apply_filters( 'bbp_new_reply_redirect_to', $reply_url, $redirect_to, $reply_id );
     
    /** Successful Save ***************************************************/
     
    // Redirect back to new reply
    bbp_redirect( $reply_url );

See this hook used in plugins: