✏️ 正在编辑: install-1-1.php
路径:
/home/bpioifn/www/pigmentse/modules/ps_emailsubscription/upgrade/install-1-1.php
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?php if (!defined('_PS_VERSION_')) exit; function upgrade_module_1_1($module) { $hook_to_remove_id = Hook::getIdByName('displayAfterBodyOpeningTag'); if ($hook_to_remove_id) { $module->unregisterHook((int)$hook_to_remove_id); } return Configuration::deleteByName('NW_CONFIRMATION_OPTIN'); }
💾 保存文件
← 返回文件管理器