Undefined property: stdClass::$container_aria_label
-
Hi!
We’ve updated our wordpress installation on our dev server to 5.5. This error started showing up in the menu bar:
Notice: Undefined property: stdClass::$container_aria_label in /xxxx/wp-includes/nav-menu-template.php on line 190
Bisecting code and disabling plugins pointed to wp mega menu as the culprit. I’ve had a quick look at the plugin source and your extension of wp_nav_menu args seems to be the problem (and a spelling error: overrite -> override)
as with
//add_filter(‘wp_nav_menu_args’, ‘overrite_functions_wp_megamenu’, 9999);
the notice disappearsKind regards,
Jasper
Viewing 15 replies - 1 through 15 (of 15 total)
Viewing 15 replies - 1 through 15 (of 15 total)
- The topic ‘Undefined property: stdClass::$container_aria_label’ is closed to new replies.