Messages not shown with redirect_to query params
-
The custom messages from the plugin only show up if the url ends in exactly wp-login.php but, if a user was redirected from a protected page (ex: wp-login.php?redirect_to=someUrl) the messages are not shown.
I changed classes/ura-message.php line 66 from:
if($page == wp_login_url()){
to:
if(strpos($page, wp_login_url()) !== false){If there is a better way to suggest pull requests/code changes, please let me know.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Messages not shown with redirect_to query params’ is closed to new replies.