Hook displayAdminCustomers
Display new elements in the Back Office, tab AdminCustomers
This hook launches modules when the AdminCustomers tab is displayed in the Back Office
| Hook |
displayAdminCustomers |
| Locations |
BO |
| Type |
display |
| Origin |
core |
| Aliases |
[adminCustomers] |
| Description |
This hook launches modules when the AdminCustomers tab is displayed in the Back Office |
Located in
Parameters details
<?php
array(
'id_customer' = (int) Customer ID
);
Call of the Hook in the origin file
{{ renderhook('displayAdminCustomers', {'id_customer': customerInformation.customerId.value}) }}