3
β π Add logout option to login form
Source: elementor/elementor#23126 · opened by @JennyPower
Prerequisites β’ I have searched for similar features requests in both open and closed tickets and cannot find a duplicate. β’ The feature is still missing in the latest stable version of Elementor ( Elementor Pro ) What problem is your feature request going to solve? Please describe. It would be great if there was an option on the login form to just have a log out link. This would allow for a logout link in the top right of the header which is a typical use case - it would not be typical to have the whole login form there. Describe the solution you'd like An option of 'Logout only' Describe alternatives you've considered The only other way I've found to achieve this in Elementor (with bypassing the logout confirmation) is to create a shortcode and use a shortcode widget: function dynamic_login_logout_url() { if (is_user_logged_in()) { $url = wp_logout_url(get_permalink()); // User will be redirected to the current page afterβ¦
No pledges yet. Be the first to back this.
Comments
Similar requests
β π Improved form widget - Action for Login, Registration And Forget password.
29 votes · 0 comments
β π Show/Hide password in login form as it is the default WordPress behavior
6 votes · 0 comments
Elementor Form - Add an option to automatically save form data to a wp database table
1 vote · 0 comments
Form Button Doesn't Have Box Shadow Option
2 votes · 0 comments
Remove delay on form redirect after Submission.
3 votes · 0 comments
No comments yet.