This hook is used for changing the HTML of the login link
Changelog
Added in version 7.0.0
Parameters
1. $login (type: string) - the HTML of the login link
Usage
add_filter("wpdiscuz_login_link", function ($login) {
return "custom_link";
});This hook is used for changing the HTML of the login link
add_filter("wpdiscuz_login_link", function ($login) {
return "custom_link";
});