PrestaShop Developer Conference
PrestaShop Developer Conference
Paris, France - November 30, 2023
Let's talk code, commerce and open source.

Hook actionBuildFrontEndObject

Information

Manage elements added to the “prestashop” javascript object:

This hook allows you to customize the “prestashop” javascript object that is included in all front office pages

Hook locations:

  • front office

Hook type: action

Located in:

Call of the Hook in the origin file

Hook::exec('actionBuildFrontEndObject', [
            'obj' => &$object,
        ])