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