PrestaShop hook: backOfficeHeader

You can display some module data in PrestaShop front-office or back-office by using some hooks. In this case we will write something about hook named backOfficeHeader.


This hook is called between the HEAD tags. Ideal location for adding JavaScript and CSS files.

Talk about this

Other hooks