bbp_new_topic_redirect_to

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

  • /includes/topics/functions.php line 404
    400
    401
    402
    403
    404
    405
    406
    407
    408
    409
        }
    }
     
    // Allow to be filtered
    $redirect_url = apply_filters( 'bbp_new_topic_redirect_to', $redirect_url, $redirect_to, $topic_id );
     
    /** Successful Save ***************************************************/
     
    // Redirect back to new topic
    bbp_redirect( $redirect_url );

See this hook used in plugins: