bbp_new_forum_redirect_to

bbp_new_forum_redirect_to

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_new_forum_redirect_to') is found 1 times:

  • /includes/forums/functions.php line 353
    349
    350
    351
    352
    353
    354
    355
    356
    357
    358
        }
    }
     
    // Allow to be filtered
    $redirect_url = apply_filters( 'bbp_new_forum_redirect_to', $redirect_url, $redirect_to );
     
    /** Successful Save ***************************************************/
     
    // Redirect back to new forum
    bbp_redirect( $redirect_url );