Viewing 1 replies (of 1 total)
  • Thread Starter Eric

    (@ekazda)

    I was able to solve this problem. When calling wp_nav_menu, the walker needs to be called using the following code:

    'walker' => new Custom_Walker_Class

    I was not calling it this way (I was missing the new part) and I was receiving the error noted above. Hopefully this helps other unanswered posts.

Viewing 1 replies (of 1 total)
  • The topic ‘Custom Walker Menu $this Error’ is closed to new replies.