FeatureFuel
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.

Make a pledge

Pledge your monetary support if this feature is added.

$

Comments

No comments yet.

Replying to

Add a comment

What do you think about this feature request?


Similar requests