@edwardsh – Sorry for the delay, we have patched that and an update should go out soon.
Appreciate the report.
Thread Starter
Edward
(@edwardsh)
Hello Daniel,
the issue is still present. I’m on 5.5.1 WP, switched to 2020 default theme, latest UM
Screenshot: https://prnt.sc/utrvw4
Issue still exists in User Menus 1.2.4
Thread Starter
Edward
(@edwardsh)
Hi
I think this is a bug in wordpress core started from 5.4 version. Any plugin that adds its custom field in the menu will be affected. I tested several plugins. For instance, Restrict User Access plugin has the same problem with its doubled field in the menu.
@edwardsh, @mibrenner – If you are still seeing it, in all recent cases it has been because another plugin or theme is using the old way (prior to WP 5.4) of adding fields to the nav menus, duplicating the action hook WP is already rendering there.
I’d try using the Health Check plugin’s Troubleshooting mode to see if it still occurs with just our plugin active, if not then activate the others one by one until you find it.
Our code base checks for the WP current version and if its >5.4 we don’t load the custom nav menu editor modifications that used to be required, if another plugin/theme on your site isn’t checking for that and is loading it all the time, this is the result.
Hope that helps.