Hook filterManufacturerContent

Informations

Filter the content page manufacturer This hook is called just before fetching content page manufacturer
Hook filterManufacturerContent
Locations
FO
Type
Origin core
Aliases

This hook has a $chain parameter set to true (hook will chain the return of hook module, see explaination here).

Located in

Origin File
core controllers/front/listing/ManufacturerController.php

Call of the Hook in the origin file

Hook::exec(
            'filterManufacturerContent',
            ['filtered_content' => $manufacturerVar['description']],
            $id_module = null,
            $array_return = false,
            $check_exceptions = true,
            $use_push = false,
            $id_shop = null,
            $chain = true
        )