Forums
Forums / Plugins / Walker_Nav_Menu error
(@kierzniak)
15 years, 2 months ago
When i try to overwrite walker argument in
wp_nav_menu()
function wordpress display error
Undefined property: stdClass::$menu_item_parent
I thought that is the problem with class which extend Walker_Nav_Menu, but when I try to do something like that:
wp_nav_menu( array('walker' => new Walker_Nav_Menu() ) );
I have this same error.
I must have defined any menu in Menu section. I haven’t have, so I have errors.
The topic ‘Walker_Nav_Menu error’ is closed to new replies.