Forums
(@jumika)
7 years ago
My workaround was this:
$menuLocations = get_nav_menu_locations(); $context['top_menu'] = new TimberMenu($menuLocations['theme_pos_top']);
I would stay away from modifying plugins which i don’t own.