PrestaShop Developer Conference
PrestaShop Developer Conference
November 6, 2024
Let's talk code, commerce and open source.

Notice: You are browsing the documentation for PrestaShop 9, which is currently in development.

You might want to read the documentation for the current version, PrestaShop 8. Read the current version of this page

Hook displayAdminThemesListAfter

Informations

BO themes list extra content This hook displays content after the themes list in the back office
Hook displayAdminThemesListAfter
Locations
BO
Type display
Origin core
Aliases

Located in

Origin File
core src/PrestaShopBundle/Resources/views/Admin/Improve/Design/Theme/index.html.twig

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') }) }}