Hook actionBuildFrontEndObject
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 |
actionBuildFrontEndObject |
Locations |
FO |
Type |
action |
Origin |
core |
Aliases |
|
Description |
This hook allows you to customize the "prestashop" javascript object that is included in all front office pages |
Located in
Call of the Hook in the origin file
Hook::exec('actionBuildFrontEndObject', [
'obj' => &$object,
])