Skip to content
This repository has been archived by the owner on Mar 18, 2022. It is now read-only.

Custom nav walker not loading #26

Open
dragosite opened this issue Apr 19, 2021 · 0 comments
Open

Custom nav walker not loading #26

dragosite opened this issue Apr 19, 2021 · 0 comments

Comments

@dragosite
Copy link

dragosite commented Apr 19, 2021

Hi there,

Custom nav walker doesn't seem to be loading from header.blade.php

@if (has_nav_menu('primary_menu'))
	{!! wp_nav_menu([
		'theme_location' => 'primary_menu',
		'container'		 => false,
		'menu_class'	 => 'primary-menu',
		'walker'		 => new Primary_Menu_Nav_Walker()
	]) !!}
@endif

Edit: dumping wp_nav_menu returns False.

Thanks

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant