Last active
September 9, 2017 19:40
-
-
Save alandbh/a6655c5a23f2a048a10140171df6734b to your computer and use it in GitHub Desktop.
The way WordPress goes through the menu pages to display the items, is using a walker object. In this case the specific class for this object is called Walker_Nav_Menu. You can find it in wp-includes\nav-menu-template.php. The Walker_Nav_Menu is a pretty simple class. You are able to see, how the links and the menu structure are built there. The…
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment