Login Widget Pro Wrap Log-Out when logged in
-
I didn’t like the way that Log-Out was appended to the end of the Welcome text once logged in so I wrapped it to the next line instead by editing the class-login-widget-pro.php file. Scroll down to the case events toward bottom of code, locate case “logout_link”: and add
to the beginning of the href tag."<br><a href='".wp_logout_url($redirect_url)."'>". __('Log-Out', 'login_widget_pro') ."</a>",
Would be nice if this were the default since it looks more cleanly formatted.
https://www.ads-software.com/plugins/nice-login-register-widget/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Login Widget Pro Wrap Log-Out when logged in’ is closed to new replies.