Jump to content

nein

Retired Forum Member
  • Posts

    1
  • Joined

  • Last visited

About nein

nein's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. Hello guys ! So basically, I have the following hook: add_hook('ClientAreaPrimaryNavbar', 1, function (MenuItem $primaryNavbar) { $primaryNavbar->addChild('Menu Name') ->setOrder(10); }); I want to add the menu item into the navbar but as plain text, wich means: without url (no a href) so it will be plain text and also with a custom class so I can edit it trough .css
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated