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