PrestaShop Developer Conference
PrestaShop Developer Conference
Paris, France - November 30, 2023
Let's talk code, commerce and open source.

Hook dashboardZoneThree

Information

Dashboard column three:

This hook is displayed in the third column of the dashboard

Hook locations:

  • back office

Hook type:

Located in:

Parameters details

    <?php
    [
        'date_from' => (string|null) $statsDateFrom,
        'date_to' => (string|null) $statsDateTo,
    ]

Call of the Hook in the origin file

Hook::exec('dashboardZoneThree', $params)