Logout link is escaped incorrectly
-
We are having issues with the logout link. They currently look like this:
…/wp-login.php?action=logout&lang=de#038;_wpnonce=36b707456c
Due to the esc_url in src/NavigationMenuLinks/Frontend.php line 104
$item->url = esc_url($item->url);
the & is changes to the #038;
Using esc_url_raw instead fixes the issue.
Would you consider integrating this.
Thanks and Regards,
Choni
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Logout link is escaped incorrectly’ is closed to new replies.