Admin Toolbar

At admin panel since osclass version 3.0, there is a toolbar which is visible around the admin panel, can have shortcuts to actions like: add a new listing, show pending updates, ...
Developers can add to the toolbar whatever they want, with hooks, and calling AdminToolbar functions like add_menu($array)
AdminToolbar::newInstance()->add_menu( array(...) );Example, adding link to frontend
Last updated
Was this helpful?