Hook locations:
Hook type: action
Located in:
<?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'])