Hook displayAdminThemesListAfter
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 |
|
| Description |
This hook displays content after the themes list in the back office |
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') }) }}