[ad_1]
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
