Walker_Nav_Menu error
-
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.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Walker_Nav_Menu error’ is closed to new replies.