Background: I have an event website where I want to hide the event registration menu item when registration for the event is closed.
theme_preprocess_menu is not triggering on anything except ‘menu__toolbar’. The code:
function myTheme_preprocess_menu(&$variables, $hook) { dpm($hook); }
merely gives the result "menu__toolbar" on any page where my theme is active. My theme is based on Bartik.
How do I get it to trigger on the main menu?