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

Hook displayAdminThemesListAfter

Information

BO themes list extra content:

This hook displays content after the themes list in the back office

Hook locations:

  • back office

Hook type: display

Located in:

Parameters details

    <?php
    array(
    'current_theme_name' => (string) Name of the currently used theme
    );

Call of the Hook in the origin file

{{ renderhook('displayAdminThemesListAfter', { 'current_theme_name': currentlyUsedTheme.get('name') }) }}