Does anyone know how to override the BuddyPress logout URL with a custom one?
How to create a customized logout URL in BuddyPress

Does anyone know how to override the BuddyPress logout URL with a custom one?
You must be logged in to post a comment.
Thatâs the same as the regular WordPress logout URL. So you can use the same filter:
'logout_url'
.Sample code, not tested: