Warning: You are browsing the documentation for PrestaShop 8, which is outdated.
You might want to read an updated version of this page for the current version, PrestaShop 9. Read the updated version of this page
| Hook | filterManufacturerContent |
|---|---|
| Locations | FO |
| Type | |
| Origin | core |
| Aliases | |
| Description | This hook is called just before fetching content page manufacturer |
This hook has a $chain parameter set to true (hook will chain the return of hook module, see explaination here).
| Origin | File |
|---|---|
| core | controllers/front/listing/ManufacturerController.php |
Hook::exec(
'filterManufacturerContent',
['filtered_content' => $manufacturerVar['description']],
$id_module = null,
$array_return = false,
$check_exceptions = true,
$use_push = false,
$id_shop = null,
$chain = true
)