jasonglisson
10/11/2016 - 9:04 PM

Drupal 7: Embed menu with particular depth

Drupal 7: Embed menu with particular depth

$menu_depth = 1;
print drupal_render(menu_tree_output(menu_tree_all_data('my-custom-menu', null, $menu_depth)));