| Hook | filterProductContent |
|---|---|
| Locations | FO |
| Type | |
| Origin | core |
| Aliases | |
| Description | This hook is called just before fetching content page product |
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/ProductController.php |
Hook::exec(
'filterProductContent',
['object' => $product_for_template],
null,
false,
true,
false,
null,
true
)