Jump to content

Remove Help Button from Backoffice


SPACE 92

Recommended Posts

I would like to hide the help button form the backoffice, i already removed the "demo button" with an overide from the AdminDashboardController, i don't know the name of the button wish is used. Someone knows the name of the button ? thanks a lot in advance, i'm running on prestashop 1.7.3

 

<?php

class AdminDashboardController extends AdminDashboardControllerCore {
    public function initPageHeaderToolbar()
    {
        parent::initPageHeaderToolbar();
        unset($this->page_header_toolbar_btn['switch_demo']);
    }
}
Link to comment
Share on other sites

  • 5 years later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...