Hooks in Advanced Menu Module
Advanced Menu Beaver Builder module lets you style the navigation on your site. You can use it to create standard navigation, full-screen overlay or off-canvas menu. It provides complete control over the styling of desktop and mobile designs.
We have added the following hooks to the module so that you can add your custom code or content easily:
Hook | Location | Description |
---|---|---|
pp_advanced_menu_before |
Before Menu | Hooks the code just after the opening wrapper div class="pp-advanced-menu" and before the menu items/links. |
pp_advanced_menu_after |
After Menu | Hooks the code just before the closing wrapper div class="pp-advanced-menu" and after the menu items/links. |
If you want to customize the module further then you can override it. Check this link for more details.