Files
is_themecore-PS9/is_themecore/upgrade/upgrade-2-2-0.php
2025-11-19 13:25:04 +01:00

13 lines
216 B
PHP

<?php
if (!defined('_PS_VERSION_')) {
exit;
}
function upgrade_module_2_2_0($module)
{
return $module->registerHook('actionDispatcherBefore');
return $module->registerHook('actionOutputHTMLBefore');
}