Hook filterSupplierContent

Information

Filter the content page supplier:

This hook is called just before fetching content page supplier

Hook locations:

  • front office

Located in:

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

Call of the Hook in the origin file

Hook::exec(
            'filterSupplierContent',
            ['object' => $supplierVar],
            $id_module = null,
            $array_return = false,
            $check_exceptions = true,
            $use_push = false,
            $id_shop = null,
            $chain = true
        )