| Hook | actionShopDataDuplication |
|---|---|
| Locations | FO |
| Type | action |
| Origin | core |
| Aliases | |
| Description |
| Origin | File |
|---|---|
| core | classes/shop/Shop.php |
<?php
array(
'old_id_shop' => (int) Old shop ID,
'new_id_shop' => (int) New shop ID
);
Hook::exec('actionShopDataDuplication', [
'old_id_shop' => (int) $old_id,
'new_id_shop' => (int) $this->id,
], $m['id_module'])