How do I change the logout redirect?

When you exit “/account/logout/” is redirected to the home page, how to make a redirect to the registration page “/account/”

Unfortunately, there’s no easy way to do this because the redirect URL is hard-coded here hivepress/class-user.php at master · hivepress/hivepress · GitHub but this may be possible via customizations by overriding the whole redirect function.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.