Hook | filterCategoryContent |
---|---|
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).
Origin | File |
---|---|
core | controllers/front/listing/CategoryController.php |
<?php
array(
'object' => (object) Category object
),
Hook::exec(
'filterCategoryContent',
['object' => $categoryVar],
$id_module = null,
$array_return = false,
$check_exceptions = true,
$use_push = false,
$id_shop = null,
$chain = true
)