Thanks for looking into this, Benbodhi. I have WP_DEBUG set to false but I’m using the Query Monitor plugin, so this is where I’m seeing the errors.
Just a reminder that I’m using the Plus version of the plugin, which you created for me when I requested additional menu locations… It’s working out very well for me, BTW!
From the front end of my site, I get 1 PHP error related to this plugin. I’ve checked pages, posts, and archives, and the error is always the same. Here are the details:
PHP Error:
Notice — Trying to get property of non-object
Count:
1
Location:
wp-includes/nav-menu.php:665
Call Stack:
wp_setup_nav_menu_item()
array_map()
wp_get_nav_menu_items()
bodhi_atm_add_admin_menus()
do_action_ref_array('admin_bar_menu')
wp_admin_bar_render()
do_action('wp_footer')
wp_footer()
load_template('~/wp-content/themes/MY_THEME/footer.php')
locate_template()
get_footer()
Component:
Plugin — admin-toolbar-menus-plus
I’m unable to reproduce the error from the back end of the site. I tried from the Dashboard, the post listing screen, the post edit screen, a taxonomy listing screen, a taxonomy edit screen, and the menu settings screen.
I didn’t seen anything in the php error logs.
As for the menu locations, all of the ones provided by the plugin (My Account, Site Name, Main, Main 2, Main 4) are in use when the error occurs, except for Main 3, which I only use on the back end.
I hope these details will help you! Cheers!