This filter can be used for changing either the “You are logged in” phrase or the link of the phrase
Changelog
Added in version 7.0.0
Parameters
1. $logout_text (type: string) – the “You are logged in” phrase
Usage
add_filter("wpdiscuz_user_info_and_logout_link", function ($logout_text) { return "custom_link"; });