bbp_logout_link( string $redirect_to = '' )

Output the logout link

Description

Parameters

$redirect_to

(Optional) Redirect to url

Default value: ''

Source

File: bp-forums/common/template.php

2689
2690
2691
function bbp_logout_link( $redirect_to = '' ) {
    echo bbp_get_logout_link( $redirect_to );
}

Changelog

Changelog
Version Description
bbPress (r2827) Introduced.

Questions?

We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.