bbp_logout_url

bbp_logout_url

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_logout_url') is found 1 times:

  • /includes/common/functions.php line 1550
    1546
    1547
    1548
    1549
    1550
    1551
    1552
    1553
    1554
    1555
    1556
            $url       = add_query_arg( array( 'redirect_to' => $encoded ), $url       );
        }
     
        // Filter & return
        return apply_filters( 'bbp_logout_url', $url, $redirect_to );
    }
     
    /** Queries *******************************************************************/
     
    /**
     * Merge user defined arguments into defaults array.