Skip to content

Instantly share code, notes, and snippets.

View Chukatuk's full-sized avatar

Alex Leibowich Chukatuk

  • Haifa,Israel
View GitHub Profile
@vwasteels
vwasteels / getMenuHierarchically.md
Last active June 28, 2022 13:12
Retrieve menu items hierarchically in Wordpress
/**
 * Get Menu Items From Location
 *
 * @param $location : location slug given as key in register_nav_menus
 */

function getMenuItemsFromLocation($location) {
	$theme_locations = get_nav_menu_locations();